Thread: So much data,

  1. #1
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347

    So much data,

    Im working on an N-Tier distributed web application thats made with COM+ (written in VC++). I've developed data access components for SQL Server, Access, Oracle, MySQL, and DB2 im trying to find the highest performance database that will be used default with the app. Theres gonna about 100,000 user records stored in the database, along with tons of other info. Another server will house a database that will store user state information (persistance state), and the app will frequently read/write to the database.

    Any suggestions on which database i should go with, based on performance?
    mfc2themax-Creator of all that is.

  2. #2
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347
    its not letting me edit my post, but instead of saying user state information, it should say user session information....

    anyways, any ideas on a good database?
    mfc2themax-Creator of all that is.

  3. #3
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Um...I usually work with Access. I'm not really sure how it will work with that much data, though. It could become unstable. But I've never run into that problem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  2. Bitmasking Problem
    By mike_g in forum C++ Programming
    Replies: 13
    Last Post: 11-08-2007, 12:24 AM
  3. brace-enclosed error
    By jdc18 in forum C++ Programming
    Replies: 53
    Last Post: 05-03-2007, 05:49 PM
  4. Program Crashing
    By Pressure in forum C Programming
    Replies: 3
    Last Post: 04-18-2005, 10:28 PM
  5. Replies: 1
    Last Post: 07-31-2002, 11:35 AM