Replies: 4 comments 9 replies
-
This is due to the count is not yet pushdown to the storage side, which will end up lookup to do a full index scan(as no filter condition here) and then count, this is not in hi-priority due to in full scan case we have other ways to get count, and in other cases, the scanned data will be filtered. In this case(whole tag count), it’s recommended to use this async approach instead: SHOW STATS/SUBMIT JOB STATS |
Beta Was this translation helpful? Give feedback.
-
@wdroste regarding this, do you meant the storaged got killed during LOOKUP, too, or during a compaction only? |
Beta Was this translation helpful? Give feedback.
-
You probably need to lower the configurations related to rocksdb, such as size of memtable, sst, thread num of background job. |
Beta Was this translation helpful? Give feedback.
-
Ok I up'd the specs quite a bit, 5 r6id.8xlarge
Pushed 10m vertices with index on 5/10 properties. All the nodes are up and functioning and no crashes. The only thing is this LOOKUP query does not complete.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I quoted DM session with @wdroste
Beta Was this translation helpful? Give feedback.
All reactions