Python - what is the fastest database ?

martijn_at_gamecreators.nl
Date: 02/28/05


Date: 28 Feb 2005 04:10:23 -0800

H!,

I'm testing things with Python with databases.
But I have one big question.

What is the 'fastest' database for the internet in combination with
Python ?

- with +/- 15 GB data.
- fast internet SELECT query's.

Python use bsddb but could he handle 15 GB fast ?

A other question is:
How is it possible that google (super big database) is super fast?
What type database do they use / software ?

Thanks Very Much,
GC-Martijn



Relevant Pages

  • Re: Using python for a CAD program
    ... relational database models. ... While it might be possible to do this fast enough with Python, ... Basically what the retained mode engine does for you is it ... The retained mode engine will take care of things such as ...
    (comp.lang.python)
  • ANN: eGenix mxODBC Connect Database Interface for Python 0.9.1 (beta)
    ... Database Interface for Python ... The mxODBC Connect Database Interface for Python allows users to ... configure ODBC drivers on the client side. ...
    (comp.lang.python)
  • ANN: eGenix mxODBC Connect Database Interface for Python 0.9.1 (beta)
    ... Database Interface for Python ... The mxODBC Connect Database Interface for Python allows users to ... configure ODBC drivers on the client side. ...
    (comp.lang.python.announce)
  • Re: Solutions for data storage?
    ... > (not particularly clean code, ... > strings or integers directly in the database (using commas in a varchar ... database to include a new table (say GOOFVals). ... I'm wondering if there are any Python data storage ...
    (comp.lang.python)
  • Re: How to protect Python source from modification
    ... don't trust the client. ... new record into the database with whatever came in from the form ... on user, you will have a different PgSQL user for every business user, ... Imagine in contrast that user authentication is done in Python. ...
    (comp.lang.python)