How to handle partitions?
Hey there, I didn't see any mentions regarding partitioned tables in the docs. So if they are not part of the drizzle schema, how would I work with them? If they are not part of the schema, can I use drizzle migrations to manage them?
1 Reply
I just used introspect to pull up a bench.
The partitions came as separate tables... this is really bad.
tb_example_1
tb_example_2
tb_example_3
tb_example_4