Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21990

Re: Fast file data retrieval?

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Fast file data retrieval?
Date 2012-03-21 17:32 +0100
References <4F5E50F6.9070309@it.uu.se> <mailman.592.1331584145.3037.python-list@python.org> <slrnjlvcdk.1ls.grahn+nntp@frailea.sa.invalid>
Newsgroups comp.lang.python
Message-ID <mailman.863.1332347577.3037.python-list@python.org> (permalink)

Show all headers | View raw


Jorgen Grahn, 13.03.2012 21:44:
> On Mon, 2012-03-12, MRAB wrote:
>> Probably the best solution is to put it into a database. Have a look at
>> the sqlite3 module.
> 
> Some people like to use databases for everything, others never use
> them. I'm in the latter crowd, so to me this sounds as overkill

Well, there's databases and databases. I agree that the complexity of a SQL
database is likely unnecessary here since a key-value database (any of the
dbm modules) appears to be sufficient from what the OP wrote.

Stefan

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Fast file data retrieval? MRAB <python@mrabarnett.plus.com> - 2012-03-12 20:31 +0000
  Re: Fast file data retrieval? Jon Clements <joncle@googlemail.com> - 2012-03-12 20:38 -0700
  Re: Fast file data retrieval? Jon Clements <joncle@googlemail.com> - 2012-03-12 20:38 -0700
  Re: Fast file data retrieval? Jorgen Grahn <grahn+nntp@snipabacken.se> - 2012-03-13 20:44 +0000
    Re: Fast file data retrieval? Stefan Behnel <stefan_ml@behnel.de> - 2012-03-21 17:32 +0100

csiph-web