readme.txt
来自「extremeDB s sample code,useful for you」· 文本 代码 · 共 11 行
TXT
11 行
Singe-threaded recovery testThis is a simulation of the NVRAM database, the test demonstrates a database recovery after a hardware reset. The "working" thread creates a database in the local memory buffer and updates it in an infinite loop. When the "Enter" key is pressed, the working thread is abruptly terminated (cancelled) and then is restarted. After the thread is restarted, it connects to the database and performs the recovery if necessary. To exit from program press "e<Enter>".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?