请问 bang老大 ,HSQLDB 怎么把数据持久化到硬盘或数据库中啊
还有就是HSQLDB 一般都在什么项目中适合啊,我也是刚刚开始关注内存数据库的,请bang大哥指教指教,不胜感激!!!
The default MEMORY type stores all data changes to the disk in the form of a SQL script. During engine start up, these commands are executed and data is reconstructed into the memory. While this behavior is not suitable for very large tables, it provides highly regarded performance benefits and is easy to debug.