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: Query execution for intervals

Re: Query execution for intervals

From: <frebe73_at_gmail.com>
Date: 5 Feb 2006 20:43:07 -0800
Message-ID: <1139200987.646058.100100@f14g2000cwb.googlegroups.com>


I am writing a calendar client application. I am trying to decide if the calendar data should be managed by an emedded RDBMS (hsqldb) or just using ical text files (using ical4j). Using ical files I will have to traverse every event to find out if it should be displayed in the view. Are you saying that using a RDBMS, the query engine also has to traverse the evernt in a linear way? From this aspect, would you recommend ical files or a RDBMS?

Best regards,
Fredrik Received on Sun Feb 05 2006 - 22:43:07 CST

Original text of this message

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