From: | Andrew Sullivan <ajs(at)crankycanuck(dot)ca> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Replication eRServer problems |
Date: | 2004-02-19 17:21:20 |
Message-ID: | 20040219172120.GB13851@phlogiston.dyndns.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Feb 16, 2004 at 10:16:39AM -0800, John Li wrote:
> I just implemented eRServer for one of my clients and found many problems
> with it.
Yep. There's a list dedicated to it, by the way, available through
the gborg site.
> 1. It crashes when using ?ers_addtable? to add big tables. The problem is
> that it used pg_dump ?d then tried to read the whole output in memory. I
> fixed it by reading one row at a time and inserting it to slave.
The setup scripts are pretty buggy.
> 3. There was no index created on ?_ers_uniq? on slave side. It took minutes
> per transaction to delete on huge tables. After I found the problem and
> created index on the column, it only took about 5 milliseconds to delete.
This is a new report. Thanks.
> Hope those will be fixed in the next version. I can also provide my fixes if
> needed.
I'm interested in seeing patches, for sure. I'll be applying some
things this weekend, so I'll test for the cases you mention and hit
you up for patches once I'm done.
A
--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
This work was visionary and imaginative, and goes to show that visionary
and imaginative work need not end up well.
--Dennis Ritchie
From | Date | Subject | |
---|---|---|---|
Next Message | elein | 2004-02-19 18:55:05 | Re: CHAR(n) always trims trailing spaces in 7.4 |
Previous Message | Zeugswetter Andreas SB SD | 2004-02-19 16:35:47 | Re: [PATCHES] NO WAIT ... |