• Home
  • Solutions
    • Corporate applications
    • Knowledge engineering
    • Mobile web
    • References
  • About us
    • Philosophy
    • Life at Yaco
    • Join the team
  • Community
    • News
    • Projects
    • Contributions
  • Products
    • yaco.contents
    • yaco.commerce
    • yaco.social
    • yaco.socialcare
    • yaco.tourism
    • Modules
  • Clients Area
  • Contact us
  • Language
follow us in Facebook twitter blog
General Linux Python blog caching databases debugging django djangocon geodjango inauguracion jacobkaplanmoss misscripts opensource orm postgresql projects python security software yaco
Yaco on Facebook
border image
Join us
Join us

Life at Yaco

Contribuimos a:
morfeo django plone
  • databases
  • < go back to channels

Johnny Cache

Blog de Simon Willison Posted on February 28, 2010

Johnny Cache. Clever twist on ORM-level caching for Django. Johnny Cache (great name) monkey-patches Django’s QuerySet classes and caches the result of every single SELECT query in memcached with an infinite expiry time. The cache key includes a “generation” ID for each dependent database table, and the generation is changed every single time a table is updated. For apps ...

caching databases django memcached orm performance python
external link Read More

Django | Multiple Databases

Blog de Simon Willison Posted on December 22, 2009

Django | Multiple Databases. Russell just checked in the final patch developed from Alex Gaynor’s Summer of Code project to add multiple database support to Django. I’d link to the 21,000 line changeset but it crashed our Trac, so here’s the documentation instead.

alexgaynor databases django multidb python russellkeithmagee scaling
external link Read More

MySQL Connector/Python

Blog de Simon Willison Posted on October 2, 2009

MySQL Connector/Python. A pure Python implementation of the MySQL client/server protocol, meaning you can talk to a MySQL server from Python without needing to first install the MySQL client libraries (which often requires compiling from source).

databases django mysql python
external link Read More

ericflo's django-tokyo-sessions

Blog de Simon Willison Posted on May 7, 2009

ericflo’s django-tokyo-sessions. A Django sessions backend using Tokyo Cabinet, via Tokyo Tyrant and the PyTyrant library. A fast key/value store is a much better solution for sessions than a relational database.

databases django ericflorenzano keyvaluestores pytyrant sessions tokyocabinet tokyotyrant
external link Read More

Southerly Breezes

Blog de Simon Willison Posted on March 15, 2009

Southerly Breezes. Andrew Godwin is slowly assimilating the best ideas from other Django migration systems in to South—the latest additions include ORM Freezing from Migratory and automatic change detection. Exciting stuff.

andrewgodwin databases django migrations orm south
external link Read More
‹‹ Previous 1 2 Next ››
Copyright © Yaco Sistemas S.L. All rights reserved | General Terms