I actually had a question related to this the other day, and I think this answers it, but I want to verify:
When defining new tables for the database, there's no specification for whether those tables are intended to be global or clustered. So the behavior is actually determined by how the databases are accessed when I want to read/write those tables, namely, whether I do it with the get_db_* functions or get_cluster_* functions. Correct?
no subject
When defining new tables for the database, there's no specification for whether those tables are intended to be global or clustered. So the behavior is actually determined by how the databases are accessed when I want to read/write those tables, namely, whether I do it with the get_db_* functions or get_cluster_* functions. Correct?