Domanda

how to implement aggregated table in vertica database? does vertica provide any inbuilt options. If it is not possible, what is the alternative ? I basically want to avoid the overhead of updating in both fact table and aggregated table.

È stato utile?

Soluzione

For an aggregated table, I have rolled my own in the past. Using some sort of script running via cron and keeping track of what was previously aggregated.

I would also highly recommend setting up projection(s) specifically tuned for the types aggregate query you desire. If done properly, you can see some pretty good results.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top