Hi 👋 are there any plans on making it possible to not store everything in memory? Our data set is dynamically growing which would mean that we will run out of memory at some point. What’s a good solution to this problem?
k
Kishore Nallan
06/21/2023, 12:08 PM
We don't have plans to utilize disk for indexing. There are trade-offs with each approach and we've chosen the current path for the use cases we wanted to cater for.