Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Database or store to handle 30 Mb/sec and 40,000 inserts/sec

Re: Database or store to handle 30 Mb/sec and 40,000 inserts/sec

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 21 Feb 2006 09:22:59 -0800
Message-ID: <1140542565.495333@jetspin.drizzle.com>


Serge Rielau wrote:

>> What any and all financial systems require is the ability to produce a
>> result set consistent to a point-in-time ... preferably without locking
>> tables. Something impossible to do with previous versions of SQL Server.

>
> That's what timestamps are there for. You rarely need to see the whole
> database in snapshot mode. If you want to sum the POS data up for the
> day a simple WHERE clause will do.
> To solve concurency issues READ COMMITTED IMHO is plenty good.
> Anything beyond that is 99% religion, 1% actual requirement.
>
> Cheers
> Serge

Which somehow explains why even Microsoft doesn't use its own technology under its SAP financial system: Right?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Feb 21 2006 - 11:22:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US