|
From: Adam E. <est...@gm...> - 2013-01-08 01:18:28
|
All, I see in the documentation that XC does not yet support triggers. If I have a table with hundreds of millions of records, I want partition my data out in to partition tables to help speed my queries up. The ON INSERT trigger decides which function to call (the function has all the partition rules in it) which is the postgresql way to do it. How is this handled in XC if there is no trigger capability? Thanks, Adam |