Category "database-schema"

How to get the total byte size of schemas & databases in Snowflake

I love how the SHOW TABLES query return the rows and the bytes for each table listed, but unfortunately, that's not the case for the SHOW SCHEMAS query. What's

AWS DMS Source Schema Change

There's a DMS task that is picking data from oracle DB and target is S3 parquet. DMS CDC is in replication ongoing state. I have a requirement where I need to a

AWS DMS Source Schema Change

There's a DMS task that is picking data from oracle DB and target is S3 parquet. DMS CDC is in replication ongoing state. I have a requirement where I need to a

Django and postgresql schemas

I've been trying to solve this one all week, help very much appreciated. I have various schemas in a postgres db and I would like to be able to map to them fro

Marten: Define schema stuff (like indexes etc) not in the constructor/factory call to create the DocumentStore

I just started testing Marten (2.9), and so far I am loving it. However, I am not sure I am following the DocumentStore.For method. For example, in my "dbhandle