When my Couchbase had only 20000 documents, everything was fine. Now that it has 1.5 million records, nothing works.
I need to export all the documents, and when I do "SELECT * FROM ref-crs-economic-operator" I only get around 450000 documents (never the same exact number). What could I do to solve this issue?
Hi,
The index said “100%”, I did a select limit offset in a loop where I was increasing the offset and it did work. Now I can export all the records.
Anyway, thanks for the advice, I didn’t know about the indexes not being completed.