Replies: 1 comment
-
@diyism Can you use managed SQL database other than sqlite? Google firestore may not fit well as metadata engine, we don't have a plan to support it. |
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
-
Currently I'm using juicefs in google colab VM like this:
the object data successfully saved into my google drive in real time,
but the metadata only can be saved into my google drive every 10 seconds.
Since the google colab VM will be shutdown every 12 hours, there's a chance that my metadata sqlite file may be corrupted.
So could you support the google firestore database as juicefs metadata engine?
Beta Was this translation helpful? Give feedback.
All reactions