+ Reply to Thread
Results 1 to 2 of 2

Thread: Does anyone know of any different database?

  1. #1
    Prospect ailen is on a distinguished road
    Join Date
    May 2011
    Posts
    14

    Default Does anyone know of any different database?

    ________________________________________
    An application that manages data and allows fast storage and retrieval of that data is a database. Various formats of information are provided by a Database. Different kinds of information like Dynamic schema, Dynamic partitioning of data across large dynamic numbers of machines and Modern indexing Google are provided by different databases. The world has been spoilt by these databases. In some hundred milliseconds, typing in some words gets you all the needed results and everyone knows this by now. There are many databases that are used by various industries and businesses and many of them are updated too on a persistent basis. What is your opinion on this?

  2. #2
    Ruby Star member nobita_deptrai is on a distinguished road
    Join Date
    Jun 2011
    Posts
    458

    Default

    The correct choice depends on what exactly you're going to do.

    In my experience, pl/pgsql has less overhead than say pl/perl, pl/python or pl/tcl, if what you want to do is easily expressde in pl/pgsql. For example, if you're doing database operations. However, the overhead you pay for example for pl/perl quickly comes back if you do something that perl is good at - such as for example string processing.

    The one thing you have to think of in those cases are that the "bigger" languages like perl and python have a significantly higher startup cost than pl/pgsql - but that can easily be mitigated by using persistent connections.

    Functions written in C will almost certainly be faster - and they'll use less memory if you can write code that is good at using little memory. However, the overheard of writing and maintaining them is usually a lot worse than the PLs - in particularly constructing and deconstructing tuples will take a lot more code than you think in any kind of complex functions.
    BDS Real Estate Company
    Go to my website rao vat ban nha to learn about real estate in Vietnam: Home sales , Apartment for sale, Feng Shui ...

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts