Friday, June 27, 2014

Re: How to store/model reachable data in django.

On Thu, Jun 26, 2014 at 2:28 AM, Mario Gudelj <mario.gudelj@gmail.com> wrote:
> You don't want to use a csv. Store them in a db table cell. Even if you have
> a million entries you'll be surprised how quick it will be.

Another option is RRD (Round Robin Database), which is designed for
collecting (and dropping) samples in order to always be able to
produce a set of graphs. The eponymous tool in this category is
rrdtool, which has python bindings.

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFHbX1Ksf7fJ0-N1%3D4W2iPjSCM%2BuwjK%2BDxX3UCdJ-u7iUTDiPQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment