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

Home -> Community -> Usenet -> comp.databases.theory -> Re: SQL and real time systems

Re: SQL and real time systems

From: --CELKO-- <71062.1056_at_compuserve.com>
Date: 6 Jan 2003 15:29:12 -0800
Message-ID: <c0d87ec0.0301061529.34c144f5@posting.google.com>


>> Any comments on the suitability of using an sql database in a real
time system ... In my mind it doesnt seem suitable becaause of the memory usage and the amount of real time used in performing queries. <<

I would not do that. Most RT applications will be doing straight data capture from a few (usually one) sources and you will not share it with anyone else. Speed is the most important thing in RT applications, while data integrity, sharing, etc. are what is important in an OLTP application.

Stuff your data into a file in your RT/OS, scub it, then move it over to an analysis tool or a database later. Received on Mon Jan 06 2003 - 17:29:12 CST

Original text of this message

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