Sign Up
Welcome home! Here at WTMX you can make new friends and meet people with the same interests as you. All free and ad-free.
Databases and Data
Internet & Technology
Databases and Data shared a link
An Introduction to Bayesian Data Analysis for Cognitive Science
An introduction to Bayesian data analysis for Cognitive Science.
Databases and Data shared a link
ART: Building a Prefix Search Trie in Go
Adaptive Radix Trie implementation increased performance of my database 2x compared to a skiplist.
David James likes this.
Databases and Data shared a link
PostgreSQL's Data Definition Language is used to handle database descriptions and schemas and to define and modify the structure of data. This article discusses how to safely run DDL operations withou... View More
Databases and Data shared a link
A Gentle Introduction to Vector Databases
An introduction to vector databases for non-technical folks.
Databases and Data shared a link
Optimizing Postgres Text Search with Trigrams
In this post, we’ll implement and optimize a text search system based on Postgres Trigrams
Databases and Data shared a link
Databases and Data shared a link
Picking over a few bytes used to represent an integer feels too detailed to me, but at scale maybe it could make a difference? Turns out, no, not really, and the amount of planning and ordering needed... View More
Databases and Data shared a link
Some quick explanations and examples of various types of constraint you can put in place in Postgres, including those on foreign keys, uniqueness, null-ness, exclusion, and check constraints. There’s ... View More
Postgres Constraints for Newbies
Examples of Postgres constraints using a schema and data requirements for a reservation system.
Databases and Data shared a link
A Hairy PostgreSQL Incident
It was 5:17pm today, just as I was wrapping up work for the day, and my manager pinged me with the following chat: : Hi Jeremy – we have a ticket – esc…