Search code examples
cnosdb

In cnosdb, why can a nonexistent database execute sql?


I log into cnosdb with a database that doesn't exist

./target/debug/cnosdb-cli --database no_exists_db 

and I find that I can still execute sql normally enter image description here

which is different from my understanding. Any comments on this?


Solution

  • This is normal, and when the database parameter does not affect the overall sql logic, there is no problem