Why database/table names are in lower case ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 04:58 AM
Hello,
When I run this code :
CREATE DATABASE BackOffice
I see the database like this :
backoffice
Why everything is in lower case ?
Is it possible to configure Databricks in order to keep the real name ?
Thanks.
Labels:
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 08:07 AM
Hello,
Ok, too bad.
Thank you.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 12:45 PM
It is managed by hive metastore as you can put it in different databases is saver this way as some database are Case Sensitive and some not (you can easily test it with standard WHERE syntax).
Probably you could change it with some hive settings but it will generate more problems than benefits.

