Forum Moderators: open

Message Too Old, No Replies

Flat File Database for Forums?

         

Nightlark

10:38 pm on Aug 10, 2007 (gmt 0)

10+ Year Member



What would be an efficient way to organize a database for forums using flat files? Or would it just be like many forums that use MySQL do it, except with text files replacing the various tables?

dreamcatcher

2:00 pm on Aug 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there any reason to use flat text files? A busy flat text file forum is going to use far more server resources and be less robust than a database driven system.

dc

Habtom

2:02 pm on Aug 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



dc, less secure too, I presume.

jatar_k

2:12 pm on Aug 13, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld Nightlark,

the organization is relatively similar
files instead of db entries, you would store similar data in each file as you would store in a row

flatfile works for WebmasterWorld ;)

though I am not sure whether I would suggest it as a rule