If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Other PC Databases > Database recommendation for database for logging application

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-06, 18:35
ttitus ttitus is offline
Registered User
 
Join Date: Nov 2006
Posts: 1
Database recommendation for database for logging application

I have a project that has some unique requirements and am hoping that someone has some recommendations:
  1. The application has only one table in the database
  2. Each row would be 188bytes
  3. One one thread would write to the table
  4. Up to 10 threads would read from the table at a time
  5. The database should be self maintaining (nobody with any database skills will be available to truncate logs, etc.)
  6. The database should be able to grow to 40gigs (216million rows)
  7. The database should be very lightweight on system resources (low memory and CPU utilization)

The only database that seems to be a perfect fit for this is Microsoft's Jet database, but I recall it has a 2gig limitation (or am I wrong?).

I thought that Jet was used to power Microsoft's Exchange server? (way more than 2gigs!)

Does anyone have any lightweight databases that I should consider instead of Jet?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On