英文:
Is there a way to achieve postgres table partitioning using gorm v2?
问题
在gorm v2中,有没有办法指定某个表按某个列进行分区,就像https://pg.uptrace.dev/table-partitioning/中所示的那样?
英文:
In gorm v2 https://gorm.io/docs/index.html, is there any way to specify that this table is partitioned by some column like https://pg.uptrace.dev/table-partitioning/?
答案1
得分: 1
我认为你要找的是gorm中的分片功能:
英文:
I think what you are looking for is called sharding in gorm:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论