We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用记录bootcount的例子,norflash使用W25Q128JV, 主函数移植读取、写入。 读取基本不占事件。写入速度随分区大小变大越来越慢 如果fal的扇区大小设为8K,写一次大概需要2ms, 设置64KB,写一次大概需要10ms 设置4M,写一次大概需要500ms 修改FDB_KV_CACHE_TABLE_SIZE也只能提升前几次的写入速度
FDB_KV_CACHE_TABLE_SIZE
The text was updated successfully, but these errors were encountered:
这是正常的,可以通过增加多个分区,相当于 分表 的模式来提升性能
Sorry, something went wrong.
那数据库对象 fdb_kvdb也需要分多个出来嘛, 我分了10个区,那也要相应的分10个对象吗
No branches or pull requests
使用记录bootcount的例子,norflash使用W25Q128JV,
主函数移植读取、写入。
读取基本不占事件。写入速度随分区大小变大越来越慢
如果fal的扇区大小设为8K,写一次大概需要2ms,
设置64KB,写一次大概需要10ms
设置4M,写一次大概需要500ms
修改
FDB_KV_CACHE_TABLE_SIZE
也只能提升前几次的写入速度The text was updated successfully, but these errors were encountered: