如何在Grails中使用带有ResultCheckStyle.NONE的@SQLInsert来实现Postgres分区

时间:2012-02-28 10:35:39

标签: hibernate postgresql grails partitioning database-partitioning

我想将Grails与Postgres一起使用并对表进行分区。 我知道,在分区方面,Hibernate和Postgres并不是最好的一对。 我已阅读here (slide 25)我可以使用@SQLInsert ResultCheckStyle.NONE来解决此问题。 我无法在Grails中找到类似的东西。有可能吗?

谢谢

1 个答案:

答案 0 :(得分:0)

我找到了答案,并在github上创建了一个涵盖它的示例项目。 此外,它还展示了如何将Grails与分区的Postgres表一起使用。

https://github.com/krstns/grailsPostgresPartitioning