Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>It's Time to Start Paying Attention to Vector Databases: </p>
↗
https://www.nextplatform.com/2021/03/11/its-time-to-start-paying-attention-to-vector-databases/
Flavio Juvenal
Jun 8, 2021
Topics:
db, deeplearning, embedding, vector
<p>postgres-checkup – automated PostgreSQL health checks: </p>
↗
https://gitlab.com/postgres-ai/postgres-checkup
Flavio Juvenal
Jun 7, 2021
Topics:
db, performance, postgres
<p>django-add-default-value: This django Migration Operation can be used to transfer a Fields default value to the database scheme. </p>
↗
https://github.com/3YOURMIND/django-add-default-value
Flavio Juvenal
Jun 3, 2021
Topics:
db, django, migration
<p>pgbarman - taking an online hot backup of PostgreSQL is now as easy as ordering a good espresso coffee: </p>
↗
https://www.pgbarman.org/
Flavio Juvenal
Jun 3, 2021
Topics:
backup, db, postgres, sql
<p>Django extension to allow working with 'clusters' of models as a single unit, independently of the database: </p>
↗
https://github.com/wagtail/django-modelcluster
Flavio Juvenal
May 31, 2021
Topics:
db, django, model
<p>Hosting SQLite databases on static pages </p>
↗
https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
David Pierre
May 3, 2021
Topics:
database, db, development
<p>Speeding up SQL queries by orders of magnitude using UNION: </p>
↗
https://www.foxhound.systems/blog/sql-performance-with-union/
Flavio Juvenal
Mar 30, 2021
Topics:
db, performance, postgres, sql
<p>Log all queries of Postgres on docker-compose: </p>
↗
https://stackoverflow.com/a/59313245/145349
Flavio Juvenal
Mar 8, 2021
Topics:
db, debug, performance
<p>Handling NULL values in Postgresql </p>
↗
https://www.percona.com/blog/2020/03/05/handling-null-values-in-postgresql/
João Pedro
Feb 26, 2021
Topics:
db, postgres
<p>The trouble with transaction atomic: </p>
↗
https://seddonym.me/2020/11/19/trouble-atomic/
Rebeca Sarai
Dec 4, 2020
Topics:
acid, db, django
<p>The cost of a join and some benchmarks </p>
↗
https://www.brianlikespostgres.com/cost-of-a-join.html
Rebeca Sarai
Nov 17, 2020
Topics:
db, sql
<p>Reading a Postgres EXPLAIN ANALYZE Query Plan: </p>
↗
https://thoughtbot.com/blog/reading-an-explain-analyze-query-plan
Flavio Juvenal
Aug 27, 2020
Topics:
db, performance, postgres
<p>How we used Postgres extended statistics to achieve a 3000x speedup: </p>
↗
https://build.affinity.co/how-we-used-postgres-extended-statistics-to-achieve-a-3000x-speedup-ea93d3dcdc61
Flavio Juvenal
Aug 27, 2020
Topics:
db, performance, postgres, statistics
<p>Quickly debugging Postgres problems: </p>
↗
https://klotzandrew.com/blog/quickly-debugging-postgres-problems
Flavio Juvenal
Aug 27, 2020
Topics:
db, debug, postgres
<p>How to Modernize a Django Index Definition with Zero Downtime: </p>
↗
https://adamj.eu/tech/2020/07/27/how-to-modernize-your-django-index-definitions/
Flavio Juvenal
Aug 5, 2020
Topics:
db, django, index, performance
<p>Is it worth it to run VACUUM on a table that only receives INSERTs? </p>
↗
https://dba.stackexchange.com/questions/130496/is-it-worth-it-to-run-vacuum-on-a-table-that-only-receives-inserts
Flavio Juvenal
Jul 23, 2020
Topics:
db, postgres
<p>Eight tips to relieve those Postgres headaches: </p>
↗
https://medium.com/productboard-engineering/eight-tips-to-relieve-those-postgres-headaches-c92fcdd7d065
Flavio Juvenal
Jun 25, 2020
Topics:
db, postgres
<p>Django application providing queryset sealing capability to force appropriate usage of <code>only()</code>/<code>defer()</code> and <br><code>select_related()</code>/<br><code>prefetch_related()</code></p>
↗
https://github.com/charettes/django-seal
Flavio Juvenal
May 7, 2020
Topics:
db, django, performance, queryset
<p>When using psycopg2's ThreadedConnectionPool, an additional sempahore is needed to avoid "connection pool exhausted" errors: </p>
↗
https://stackoverflow.com/a/53437049
Flávio Juvenal
Apr 13, 2020
Topics:
concurrency, db, postgres, python
<p>Lessons learned scaling PostgreSQL database to 1.2bn records/month: </p>
↗
https://medium.com/@gajus/lessons-learned-scaling-postgresql-database-to-1-2bn-records-month-edc5449b3067
Flávio Juvenal
Feb 3, 2020
Topics:
db, performance, postgres, scaling
<p>PostgreSQL Configuration for Humans: </p>
↗
https://speakerdeck.com/ongres/postgresql-configuration-for-humans
Flávio Juvenal
Oct 23, 2019
Topics:
db, performance, postgres
<p>Getting The Most Out Of Your PostgreSQL Indexes: </p>
↗
https://pgdash.io/blog/postgres-indexes.html
Flávio Juvenal
May 27, 2019
Topics:
db, index, performance, postgres, sql
<p>Select first row in each GROUP BY group? </p>
↗
https://stackoverflow.com/questions/3800551/select-first-row-in-each-group-by-group
Flávio Juvenal
Jan 21, 2019
Topics:
db, postgres, sql
<p>Is a Postgres long-running query aborted if the connection is lost/broken? </p>
↗
https://dba.stackexchange.com/questions/81408/is-a-postgres-long-running-query-aborted-if-the-connection-is-lost-broken
Flávio Juvenal
Jan 21, 2019
Topics:
db, postgres
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept