-
Notifications
You must be signed in to change notification settings - Fork 8
Partitioned tables #17
Copy link
Copy link
Open
Labels
featureNew feature or requestNew feature or requestlibrelated to the golang libraryrelated to the golang libraryneeds-more-informationFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestlibrelated to the golang libraryrelated to the golang libraryneeds-more-informationFurther information is requestedFurther information is requested
Have you got any ideas how to handle partitioned tables? I'm thinking of our usecase, but I believe it to be quite common. Range-based partitioning by timestamp column. In our case, monthly partitions for some tables.
Dump at least dumps the partitions, which isn't that useful. We also use sqlc which then ends up creating structs for the partitions.