Browsing Tag
postgres
56 posts
PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project?
Choosing the right database is a pivotal decision for full-stack developers, impacting everything from application performance to scalability.…
My binary vector search is better than your FP32 vectors
Within the field of vector search, an intriguing development has arisen: binary vector search. This approach shows promise…
Mastering Dynamic Task Scheduling with Redis: How We Actually Solved Our SAAS Problem?
I am thrilled to share my journey learning about and eventually solving intricate challenges using Redis’s powerful sorted…
Demystifying Materialized Views in PostgreSQL
Welcome back, dear readers! It’s been a while since I last shared my thoughts and insights through my…
Demystifying Apache AGE and PostgreSQL: Your Guide to Understanding Database Systems
Introduction: Navigating the world of database systems can be a daunting task, especially when faced with terms like…
Optimizing Database Performance with Indexing in Apache AGE and PostgreSQL
In the world of databases, performance is paramount. Apache AGE, an extension of PostgreSQL designed for managing graph…
How we made our Go microservice 24x faster
As data intensive backend applications scale and grow, with larger data sets scaled out to higher availability, performance…
Implementing hassle-free audits in the SQL database
A long standing question in computer science is whether we should ever remove the data. This applies to…
Advanced Features of PostgreSQL (Part 01)
Introduction: We will now discuss some more advanced features of SQL that simplify management and prevent loss or…
5 Reasons why you should choose PostgreSQL for your next Project!
In the ever-evolving landscape of data management, choosing the right database for your project can be a daunting…