MMKV是否可以实现存储在不同的文件中,增加存储和读取速度。 #1055
Unanswered
2544921714
asked this question in
Q&A
Replies: 2 comments 8 replies
-
You should separate different sets of key-value base on your needs (such as business logic, module, whatever you call it) to different MMKV instances. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You don't need a customize root directory. A different MMKV ID will do the job. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MMKV是否可以实现存储在不同的文件中,增加存储和读取速度。
Beta Was this translation helpful? Give feedback.
All reactions