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
您好,我第一次接触分布式文件系统。 我在计划一个数据条目管理项目,其中每个条目的数据结构灵活性很大,使我考虑使用文件系统存放json或xml之类的代替数据库。
如果我像数据库那样频繁的对FastCFS挂载点,进行 列表遍历 文件读取 文件写入,那所涉及的文件会被缓存在内存中吗? 以及文件是否可以携带元数据,已通过元数据快速搜索文件列表,就像数据库。
The text was updated successfully, but these errors were encountered:
FastCFS 的文件元数据是缓存到内存中的。你可以搭建一套 FastCFS 做下性能测试,预计性能会明显优于数据库。 有问题欢迎加群交流,FastCFS 在 gitee 的项目官网下方有技术交流群二维码。
Sorry, something went wrong.
No branches or pull requests
您好,我第一次接触分布式文件系统。
我在计划一个数据条目管理项目,其中每个条目的数据结构灵活性很大,使我考虑使用文件系统存放json或xml之类的代替数据库。
如果我像数据库那样频繁的对FastCFS挂载点,进行 列表遍历 文件读取 文件写入,那所涉及的文件会被缓存在内存中吗?
以及文件是否可以携带元数据,已通过元数据快速搜索文件列表,就像数据库。
The text was updated successfully, but these errors were encountered: