Josh Close <[EMAIL PROTECTED]> writes: > I didn't write it, but it's to avoid locking. Each table is for a > different server. They are all writing at the same time, and I guess > it speeds up the inserts to have them in different tables.
Uh, not in Postgres. Perhaps you're thinking of another database system? In fact I suspect it's slowing down your system somewhat. -- greg ---------------------------(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