Hi :wave: are there any plans on making it possibl...
# community-help
s
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
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.
s
@Kishore Nallan, thanks for your honest response.