Software Alternatives & Reviews

Understand Django: Per-visitor Data With Sessions

Redis memcached
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    This is where other storage engines might be better for your application. One method to improve performance is to switch to an engine that uses caching. If you have set up the caching system with a technology like Redis or Memcached, then a lot of session load on the database can be pushed to the cache service. Caching is a topic we will explore more in a future article, so if this doesn't make too much sense right now, I apologize for referencing concepts that I haven't introduced yet. For the time being, understand that caching can improve session performance.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  2. High-performance, distributed memory object caching system
    Pricing:
    • Open Source
    This is where other storage engines might be better for your application. One method to improve performance is to switch to an engine that uses caching. If you have set up the caching system with a technology like Redis or Memcached, then a lot of session load on the database can be pushed to the cache service. Caching is a topic we will explore more in a future article, so if this doesn't make too much sense right now, I apologize for referencing concepts that I haven't introduced yet. For the time being, understand that caching can improve session performance.

    #Key-Value Database #Databases #NoSQL Databases 28 social mentions

Discuss: Understand Django: Per-visitor Data With Sessions

Log in or Post with