Re: Using indexes for partial index builds - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Using indexes for partial index builds
Date
Msg-id 51411100.9040601@nasby.net
Whole thread Raw
In response to Re: Using indexes for partial index builds  (Ants Aasma <ants@cybertec.at>)
Responses Re: Using indexes for partial index builds  (Ants Aasma <ants@cybertec.at>)
List pgsql-hackers
On 3/12/13 9:10 AM, Ants Aasma wrote:
> I have a feeling this is an increasingly widespread pattern with a
> proliferation of mobile devices that need syncing.

If you're doing that with timestamps you're asking for a slew of problems, not all of which can be solved by just
addingsome random amount of fluff to your criteria. A queue-based solution is often a more robust solution, even if it
isharder to implement.
 



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Enabling Checksums
Next
From: Tom Lane
Date:
Subject: Re: Column defaults for foreign tables (was Re: [v9.3] writable foreign tables)