python and very large data sets???
Gustavo Cordova
gcordova at hebmex.com
Fri Apr 26 10:55:24 EDT 2002
More information about the Python-list mailing list
Fri Apr 26 10:55:24 EDT 2002
- Previous message (by thread): python and very large data sets???
- Next message (by thread): python and very large data sets???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > it is quite easy to set up a database e.g. for a website but > is the same true if you have 100 GB of data being processed? > Easy as pie? Maybe i am underestimating mysql... > > holger > Yes indeed, you are. MySQL holds it's own managing *huge* datasets, and it's *VERY* (yes, in capital letters and surrounded with asterisks) fast about doing it's work. Just don't expect transactions, nor references. Strictly flat table stuff. Bloody-evilly-fast, though. :-) -gustavo
- Previous message (by thread): python and very large data sets???
- Next message (by thread): python and very large data sets???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list