Skip to content

artcz/django-psql-estimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-psql-estimate

Estimate expensive COUNTs in Django/Postgres.

https://pypi.python.org/pypi/django-psql-estimate

Quick howto

pip install django-psql-estimate, then

import psql_estimate
qs = SomeModel.objects.filter(title="Foo")
psql_estimate.count_estimate(qs)

About

Estimate COUNTs for queries that can potentially take a long time. In Django and Postgres.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published