|
-
Jun 15th, 2002, 11:11 AM
#1
Thread Starter
New Member
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
-
Jun 15th, 2002, 12:29 PM
#2
PowerPoster
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....
-
Jun 15th, 2002, 01:51 PM
#3
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|