betodealmeida commented on issue #31406:
URL: https://github.com/apache/superset/issues/31406#issuecomment-3127652281

   > Superset interprets db as the catalog, not the database, which causes 
confusion.
   
   "Catalog" is just the generic name (and ANSI standard) for a SQL Server or 
Oracle "database". It's a collection of schemas.
   
   Database System | Part 1 | Part 2 | Part 3 | Example
   -- | -- | -- | -- | --
   SQL Server | Database | Schema | Object | MyDB.dbo.Users
   Oracle | Database Link | Schema/Owner | Object | PROD_DB.HR.EMPLOYEES
   Trino | Catalog | Schema | Table | hive.default.customers
   Presto | Catalog | Schema | Table | postgresql.public.orders
   MySQL | Database | - | Table | ecommerce.products
   PostgreSQL | Database | Schema | Table | myapp.public.accounts
   BigQuery | Project | Dataset | Table | my-project.analytics.events
   ANSI SQL | Catalog | Schema | Object | catalog.schema.table


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to