I'm thinking about using ElephantDB for a project that requires very low latencies (<10ms) for data lookups and potentially very high read load, on AWS...
For a similar feature we currently use Redis succesfully. In theory EDB should work fine too as it loads the data in memory and there are no moving parts. Is this also the experience of others in practice? I have used EDB before with different requirements so I haven't been able to test this yet.
Thanks,