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
I've upload a few dozen millions points into qdrant server, now status is yellow.
How i can check the progress of indexing for my data?
With pgvector i can do something like SELECT phase, round(100.0 * blocks_done / nullif(blocks_total, 0), 1) AS "%" FROM pg_stat_progress_create_index; to check current progress and to estimate time frames.
For Qdrant i only can see yellow status and can check that htop tells it takes ~70GB ram and actively interacted with disk 20 minutes ago and now quite silent for disk and takes only 1 cpu.
Currently I have no ideas how much time it will takes, since i don't know where we are in the progress.
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.
-
I've upload a few dozen millions points into qdrant server, now status is yellow.
How i can check the progress of indexing for my data?
With pgvector i can do something like
SELECT phase, round(100.0 * blocks_done / nullif(blocks_total, 0), 1) AS "%" FROM pg_stat_progress_create_index;to check current progress and to estimate time frames.For Qdrant i only can see yellow status and can check that
htoptells it takes ~70GB ram and actively interacted with disk 20 minutes ago and now quite silent for disk and takes only 1 cpu.Currently I have no ideas how much time it will takes, since i don't know where we are in the progress.
Beta Was this translation helpful? Give feedback.
All reactions