Set up a collection with 100K+ documents and define a B+ Tree index with a branching order of < 1000. The index will either throw a fatal error (from the DoublyLinkedList class), or churn in an infinite loop.
Are indices even required any longer? Maybe it's worth running some performance tests to figure out if they yield any benefits when used with the new query engine.
Set up a collection with 100K+ documents and define a B+ Tree index with a branching order of < 1000. The index will either throw a fatal error (from the DoublyLinkedList class), or churn in an infinite loop.
Are indices even required any longer? Maybe it's worth running some performance tests to figure out if they yield any benefits when used with the new query engine.