windows 由于测试站点模式设置 0x800000,在 ESENT 中启用了测试功能 EseDiskFlushConsistency

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/47785475/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 20:00:54  来源:igfitidea点击:

The beta feature EseDiskFlushConsistency is enabled in ESENT due to the beta site mode settings 0x800000

windowsloggingfilesystems

提问by IT Hit WebDAV

I see the following messages in Windows Application log:

我在 Windows 应用程序日志中看到以下消息:

svchost (3612,G,0) The beta feature EseDiskFlushConsistency is enabled in ESENT due to the beta site mode settings 0x800000.

svchost (3612,G,0) 由于测试站点模式设置为 0x800000,因此在 ESENT 中启用了测试功能 EseDiskFlushConsistency。

What does it mean?

这是什么意思?

回答by Rem Galleu

ESENTis the Extensiible Storage Engine runtime - part of an single-file transactional database similar to SQLite. ESE is used in several Microsoft services and applications to store data - for example, Edge might use it to store the history of pages you've visited.

ESENT是可扩展存储引擎运行时 - 类似于 SQLite 的单文件事务数据库的一部分。ESE 在多个 Microsoft 服务和应用程序中用于存储数据 - 例如,Edge 可能会使用它来存储您访问过的页面的历史记录。

The message suggests that some kind of different/new method is being used to ensure consistency of data during flushing (moving of data from one area to another - for a database. typically from RAM to disk). Apparently they forgot to remove this message before putting this method into the release channel.

该消息表明正在使用某种不同/新方法来确保刷新期间数据的一致性(将数据从一个区域移动到另一个区域 - 对于数据库。通常是从 RAM 到磁盘)。显然他们在将此方法放入发布频道之前忘记删除此消息。

I have searched for solutions but couldnt find anything till now.But I wouldn't worry too much about it. Because it doesn't crash, does it?

我一直在寻找解决方案,但直到现在都找不到任何东西。但我不会太担心。因为它不会崩溃,是吗?