Re: Realtime Bulk RDBMS Inserts?
Date: 2000/05/01
Message-ID: <8ej25n$2qh$1_at_nnrp1.deja.com>#1/1
We can get around 1000 bulk-inserts per second (50 bytes/row) using
Sybase's Bulk Library on relatively low-end hardware (Sun Ultra 2
into RAID 5 SCSI3) in near-realtime (we do 4-second batches). The
main issue is that there is an exclusive lock on the table for the
majority of that time.
To get speed beyond 1000rows/sec, I think you would have to:
-=- D. J.
In article <8ef0eq$t6l$1_at_nnrp1.deja.com>,
Offshore Solutions <projects_at_bluebaysoft.com> wrote:
Sent via Deja.com http://www.deja.com/
> descriptions of solutions that are capable of handling large-scale
> real-time insertion of data into RDBMS. Granularity would be
sub-second
> and capable of handling 10,000 to 15,000 rows a second in total,
> round-robined from several different feeds. Cacheing is obviously
> required. Any constructive thoughts appreciated!
Before you buy.
Received on Mon May 01 2000 - 00:00:00 CEST