gpt4 book ai didi

mysql - 如何使用子查询加速 solr DIH

转载 作者:行者123 更新时间:2023-11-30 22:47:55 25 4
gpt4 key购买 nike

我想为具有以下结构的 solr 配置加速 DIH:

  • 用户实体(映射到用户表)
  • 用户实体有 1..n 个值映射到用户实体的字段。所以 n 个额外的字段
  • 每个字段都是通过对值表的子查询收集的。

例子:

entity:user (select * from user)

用户有以下字段:

value_1: (select * from value where uid=user.id and category=1)
value_2: (select * from value where uid=user.id and category=2)
value_3: (select * from value where uid=user.id and category=3)

由于子查询较多,导入时间过长。

使用 SOLR 和 DIH (MySQL) 的最佳方法是什么?

最佳答案

关于mysql - 如何使用子查询加速 solr DIH,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29033763/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com