Results 1 to 3 of 3

Thread: Perfomance - DB vs File

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    4

    Perfomance - DB vs File

    From a performance point of view what would be quicker, read a list from a flat file or retrieving it from the database?

    Lets assume that the list will contain less than 1000 entries.

    Hopefully someone can save me the time from doing a performance test.

    Thanks for the input.

    Elliot

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    If it's just data you need to access for read-only purpose, I would say a text-file... but if you need search capabilities, relational comparasions, ..., a database may be the option.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  3. #3
    Hyperactive Member
    Join Date
    Aug 1999
    Posts
    482
    a textfile is faster. but as he said, if you need to search, etc.
    DB is going to be what you want.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width