Hi, I came across rqlite and was curios what "real world" limitations there were on it in terms of a data storage limit?
Some context around my use case,
I have around 5B events per month from a single customer that need to be processed, indexed and stored in a way that can be queried for reporting. Each event is roughly 2kb in size is roughly 10TB. This is from a single customer (my largest) but I do have others that I am processing data for.
Could rqlite be configured to reasonably handle 30-40 TB worth of data (i would have 90 days worth of events that would be queryable in this system)? If so, how many nodes would you suggest be in use for optimal performance.
Thanks,