Roberts, Jon wrote:
PostgreSQL has table partitioning in it so you don't have to dynamically figure out which table to get the data from.
I know, but the super table can't handle the number of partition tables I need, 10K-100K tables. Whenever I do a query on the super table, it just aborts.
regards thomas