关于search_nodes的优化建议添加mtime #4314
glenn-gj-liang
started this conversation in
Ideas
Replies: 1 comment
-
强烈建议新版本,增加文件时间timestamp字段,这个信息相当重要。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
对于构建备份程序来说,文件的更新时间是一个很重要的信息,然而目前仅有parent,name,is_dir,size四个字段,此表还没有unique const
对于复杂的文件树和小文件群来说检索较慢,建议添加mtime并补全索引
Beta Was this translation helpful? Give feedback.
All reactions