我打算使用 HSQL 有一个 inmemeory 数据存储(只有内存/没有磁盘备份)。然后我将每隔 x 分钟(例如 15 分钟)定期备份 HSQL,这样我可以在盒子出现故障时恢复数据原因。
几个疑问:
1)Is HSQL good for storing large amount of data . (Eg 15 GB)
2)Will search be good ? I guess yes since it is inmemory
3)Any other concerns?
4)Have you used HSQL for such purpose?
5)Any other open source which supports SQL like queries. I know memsql but its not open sourced