This is a discussion on Partitioning Postgresql within the Pgsql General forums, part of the PostgreSQL category; --> Hello All, I know that with Oracle you can partition the tables into logical subsets and was wondering if ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello All, I know that with Oracle you can partition the tables into logical subsets and was wondering if this was also possible in postgres. Also is postgresql supported on linux cluusters? Thanks in advance, Phil ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| phil campaigne wrote: > Hello All, > I know that with Oracle you can partition the tables into logical > subsets and > was wondering if this was also possible in postgres. No (except by hand, with a view layered over the top). > Also is postgresql supported on linux cluusters? And no (at least not without specialised hardware). It might be that with more information, someone can give more lengthy advice though. -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |