...子表数据存储及读写操作 在数据的存储方面BigTable做出了一个非常重要的选择,那就是将数据存储划分成两块。较新的数据存储在内存中一个称为内存表(Memtable)的有序缓冲里,较早的数据则以SSTable格式保存在GFS中。
基于24个网页-相关网页
例如,NDB存储引擎支持分区表,内存引擎支持内存表。
For example, NDB storage engine supports partitioned tables and memory engine supports in-memory tables.
该方法结合内存表和磁盘表两种机制,不但提供快速的性能,而且解决了内存表的永久保存问题。
This method combines memory-based table with disk-based table, it not only provides good performance, but also solves the problem of memory table's permanent storage.
TClientDataSet 只是在客户端的一个内存表(in-memory table),对该数据集的更改将不会自动保存。
The TClientDataSet is only an in-memory table at the client side, and changes to this dataset will not be saved automatically.
应用推荐