Is flat file faster than database?

  • Elias Katsaniotis
  • Topic Author
  • Offline
  • Admin
  • Admin
More
3 days 10 hours ago #110 by Elias Katsaniotis
Is flat file faster than database? was created by Elias Katsaniotis
Is flat file faster than database?

Please Log in to join the conversation.

  • Elias Katsaniotis
  • Topic Author
  • Offline
  • Admin
  • Admin
More
3 days 10 hours ago #111 by Elias Katsaniotis
Replied by Elias Katsaniotis on topic Is flat file faster than database?
A flat file with a big structure will have a lot of redundant data, and somebody will have to enter and maintain that data. A relational database does not have this redundancy and is much easier to maintain. A relational database is often much faster than a flat file, especially when lots of data is involved.

Please Log in to join the conversation.

Time to create page: 0.168 seconds