How to speed up Django when querying large data?

This page summarizes the projects mentioned and recommended in the original post on /r/django

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Home

    Django powered homepage (by smith153)

  • From experience, I've learned to not fight with the ORM much and just move straight to creating a view in the database. If you've already tried the prefetch and values() method.. then indeed the next step is to just make the database output the data in the format you need. There's https://pypi.org/project/django-database-view/ but it does not offer much help other than auto creating the view for you. I use a view on a simple blog site to count related posts. Way faster than trying to sum everything up with raw python. If you don't use that, then you could create the view yourself and then in add it manually to your models.py file as an unmanaged model.

  • django-pgviews

    Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.

  • Ive used https://github.com/mypebble/django-pgviews for the same purpose. I like the idea that it adds the sql into git directly. Only works for postgres though.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What is your development cycle when using docker and containers? What's the general flow between developing locally and running the containers to test.

    2 projects | /r/django | 22 Jan 2023
  • Django Docker Containers and good example projects

    5 projects | /r/django | 5 Oct 2022
  • What tools should I use to gather custom metrics about my Django application?

    4 projects | /r/django | 8 Sep 2022
  • windows-friendly replacement for django=background-tasks?

    2 projects | /r/django | 19 Jun 2022
  • Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails

    10 projects | news.ycombinator.com | 20 Feb 2022