|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
flat files or db
Hi,
For localization of web pages, I need to pull out the translated text from storage. Which would be a better/faster choice? Flat files or database? I suppose textfiles can be concurrent read rite? Is there a limitation? Is reading from textfiles more resource-conserving compare to database in terms of cpu, connection and memory? Thanks Last edited by amber141 : June 16th, 2003 at 10:29 PM. |
|
#2
|
|||
|
|||
|
I have never done anything like what you propose but I can give you my two cents worth.
My vote would be for flat files unless you need any of the functionality that the database offered, security, search capabilities, central management, distribution and syncronisation. Databases have a high overhead esp. for large block of text. But in a database you may be able to manage the parts better. You of course have security via a filesytem also so security may not be a factor.
__________________
-- ngibsonau |
|
#3
|
|||
|
|||
|
Thanks.
|
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > flat files or db |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|