Ability to rename database? #39619
Unanswered
mdavidii
asked this question in
Q&A and General discussion
Replies: 1 comment 2 replies
-
why don't you alias the collection instead of alias the database? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a large vectordb actively being queried by others named 'live'. I have a copy of 'live' db with the name 'staging' running in the same cluster that I've been doing development and adjustments against. Currently, the only way to replace the 'live' db with 'staging' is to:
The problem is the db is huge (15GB) and it takes over 4 hours JUST to do the restore!
My question is, is there a way to more quickly:
This would cut out all the duplication and space requirements and save many many hours for me.
Any advice would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions