Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: newbie queston: why would anyone use Oracle?
David Portas wrote:
> Page size is 8K, which is also the maximum row size (excluding LOB data).
....
> Now in SQL2005 we can create logical partitions across multiple
> filegroups, which is a big win for high availability and scalability.
>
There is a feature in SQL2005 partitioning implementation that affects loading data into a partitioned table. Namely, the bulk load process attempts to pre-sort data before actual insertion. One can quickly run out of space in tempdb if the amount of loaded data is substantial.
> While we're on scalability, some much larger databases both Oracle and MSSQL
> are cited here: http://wintercorp.com/
>
> David Portas
Received on Thu Sep 22 2005 - 13:46:51 CDT