Re: [HACKERS] SE-PostgreSQL and row level security

2009-02-16 Thread Martin Rusoff
icy without careful design to take these issues into account (which may in fact require the violation of other "design rules" to implement). So, all that said... It hink the answer is to move ahead with SE-PG but to make it clear that in this first release, the behavior is subject to change.

[HACKERS] Parallel postgresql

2003-10-07 Thread Martin Rusoff
I was just contemplating how to make postgres parallel (for DSS applications)... Has anyone done work on this? It looks to me like there are a couple of obvious places to add parallel operation: Stage 1) I/O , perhaps through MPIO - would improve tablescanning and load/unload operations. One (o