Thread: Difference between centralised & client server database?

  1. #16
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    That too!
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #17
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I still think the three categories may be what I described. I may not have used exactly the right words, but say 20-30 years ago, a database system was something you couldn't use a PC to access [other than as a PC terminal application accessing a minicomputer or mainframe].

    This then progressed into client/server solutions, where a central database is partially processed locally on the client, whilst the data is stored in one central point.

    The next extension to that is a distributed database, where data is held in various locations - either that some data is in one place and some data in another place, or that all the data is available in multiple places - just pick the nearest.

    Yes, there are many ways you can make up the hardware/software solutions for a database. But I don't think that is what the question is about.

    I interpreted the question as "how has databases processing changed over time".

    Mike_G: Does any of this make any sense in relation to what you have been learning in class? If not, perhaps you need to get some clarification from your teacher.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #18
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    Does any of this make any sense in relation to what you have been learning in class? If not, perhaps you need to get some clarification from your teacher.
    Nah, I have no idea. All we do in class is make up SQL queries. We havent done any history of databases or anything. Guess I should really go find out what they expect from me.

    You all seem to make good points; its just a matter of how you interpret the sentence.

  4. #19
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Yes, and as we all know, even the simplest sentences can be misunderstood sometimes. In this case, it's quite possible that all of the suggestions are wrong, or that one or another of the alternatives is right.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  5. #20
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Simple solution: email your professor and ask him how the question should be interpreted.
    My Website

    "Circular logic is good because it is."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client/server problem; server either stops receiving data or client stops sending
    By robot-ic in forum Networking/Device Communication
    Replies: 10
    Last Post: 02-16-2009, 11:45 AM
  2. Parsing a flat file to a SQl Server database?
    By Michael71 in forum C Programming
    Replies: 0
    Last Post: 01-16-2007, 12:45 PM
  3. Client application having problem receiving from server side?
    By dp_76 in forum Networking/Device Communication
    Replies: 2
    Last Post: 08-04-2005, 02:58 PM
  4. Client abnormally terminates when server isn't found
    By Brain Cell in forum Networking/Device Communication
    Replies: 10
    Last Post: 03-16-2005, 04:29 AM
  5. Client closes before server receives
    By LuckY in forum Networking/Device Communication
    Replies: 3
    Last Post: 07-06-2004, 04:08 PM