Thread: Speed/size advantage to SQL?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by stevesmithx View Post
    explains why flat files should not be used(or should be used in some contexts alone).
    Thanks for that Steve, but that is not exactly what I'm asking, since both an SQL database and a text-file *could* be implemented in a "flat-file" way.

    By "set of directories and text-files" I meant something that would be accessed in a "relational" way by the app, not just one mega file that I would parse line by line and turn into a data structure.

    So I guess this would come down to the details. I was just trying to fish around and see if there is not some "beyond the obvious" aspect to SQL. There does not have to be; I can understand it's popularity purely on the basis of its ease-of-use, conformance to a certain standard, and universality. In fact, I probably will stick to it because of that...
    Last edited by MK27; 06-09-2009 at 08:59 AM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  2. Please help create a loop for embedded SQL
    By cjohnman in forum C Programming
    Replies: 4
    Last Post: 04-24-2008, 06:46 AM
  3. Embedded SQL
    By sarac in forum C Programming
    Replies: 1
    Last Post: 05-04-2006, 09:09 AM
  4. Replies: 1
    Last Post: 03-21-2006, 07:52 AM
  5. Problem with embedded SQL in C/C++ (ECPG)
    By NeuralClone in forum C Programming
    Replies: 4
    Last Post: 10-21-2005, 05:16 PM

Tags for this Thread