1*9507f98cSAndroid Build Coastguard WorkerRelease 1.2 2011-05-16 2*9507f98cSAndroid Build Coastguard Worker---------------------- 3*9507f98cSAndroid Build Coastguard Worker 4*9507f98cSAndroid Build Coastguard WorkerFixes for larger databases (tested up to one billion 100-byte entries, 5*9507f98cSAndroid Build Coastguard Workeri.e., ~100GB). 6*9507f98cSAndroid Build Coastguard Worker 7*9507f98cSAndroid Build Coastguard Worker(1) Place hard limit on number of level-0 files. This fixes errors 8*9507f98cSAndroid Build Coastguard Workerof the form "too many open files". 9*9507f98cSAndroid Build Coastguard Worker 10*9507f98cSAndroid Build Coastguard Worker(2) Fixed memtable management. Before the fix, a heavy write burst 11*9507f98cSAndroid Build Coastguard Workercould cause unbounded memory usage. 12*9507f98cSAndroid Build Coastguard Worker 13*9507f98cSAndroid Build Coastguard WorkerA fix for a logging bug where the reader would incorrectly complain 14*9507f98cSAndroid Build Coastguard Workerabout corruption. 15*9507f98cSAndroid Build Coastguard Worker 16*9507f98cSAndroid Build Coastguard WorkerAllow public access to WriteBatch contents so that users can easily 17*9507f98cSAndroid Build Coastguard Workerwrap a DB. 18