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: Mark Townsend <markbtownsend_at_comcast.net>
Date: Sun, 12 Feb 2006 11:45:29 -0800
Message-ID: <43EF9059.2040501@comcast.net>


Tony Rogerson wrote:

>>Can you then build an index on a column using the regex, gather stats for 
>>it, and then have the optimiser consider this index in it's costing 
>>calculation ?

>
>
> So long as its deterministic - yes.

Can you show me an example of this ?

>
>

>>Can you change a database concurrency model via CLR ?
>>

>
>
> Yes

Can you show me an example of this ?

>
>

>>Can you have the database change the way it physicall stores data and 
>>generates incremental backups via CLR ?
>>

>
>
> You have User Definied Types which are serialised, so you can create
> whatever objects you want as a UDT in CLR, a good example would be a
> temporal object.
>

I don't think you understood the question.

>

>>Can you have a database support active/active clustering via CLR ?
>>
>>Can you have a database run on Linux or any other operating system via CLR 
>>?

>
>
> The last two brings to think you don't actually know what CLR and .NET
> actually are, you can CLR in a database that is clustered - not a problem.
>

That wasn't the question Received on Sun Feb 12 2006 - 13:45:29 CST

Original text of this message

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