标签: hibernate postgresql grails partitioning database-partitioning
我想将Grails与Postgres一起使用并对表进行分区。 我知道,在分区方面,Hibernate和Postgres并不是最好的一对。 我已阅读here (slide 25)我可以使用@SQLInsert ResultCheckStyle.NONE来解决此问题。 我无法在Grails中找到类似的东西。有可能吗?
@SQLInsert
ResultCheckStyle.NONE
谢谢
答案 0 :(得分:0)
我找到了答案,并在github上创建了一个涵盖它的示例项目。 此外,它还展示了如何将Grails与分区的Postgres表一起使用。
https://github.com/krstns/grailsPostgresPartitioning