Have a large collection and am getting this when trying access it via the console or the make queries, tried adding a index via api and modifying my search parameters but it had no effect
TL;DR
Developers experiencing database timeouts with a large collection of over 4 million+ documents should consider adjusting queries or adding an index to improve performance. Separating data into different collections or databases could also be an effective solution to prevent this issue in the future.
Manfry
15 Jan, 2025, 14:48
my collection has 4 million+ documents if that alone is causing a issue let me know the best way to resolve this, i can start over and separate my data into different collections or database if needed, whichever is more effective
Manfry
15 Jan, 2025, 14:50
but I do have to separate the data I would still like to know whats causing this issue so i know how to best prevent it in the future