You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
在PolarDB PostgreSQL中,可能存在图表以及图索引数量的上限,因此使用
use_multi_db=True会导致用户数量受限。而
use_multi_db=False时,会把所有用户的记忆放在同一个图中,导致在用户数量很多的情况下AGE检索效率严重下降。这里是否可以增加一个参数
use_partition_db、partition_count,实现根据user_name哈希到partition_count个桶中,在每个桶中再根据user_name进行过滤,减少图检索耗时。Beta Was this translation helpful? Give feedback.
All reactions