The Database Dev (@thedatabasedev) 's Twitter Profile
The Database Dev

@thedatabasedev

Tweeting out the best #database, #mongodb, #postgres, #sql posts from dev.to 📁

Powered by the @ThePracticalDev

ID: 1123269154767876098

linkhttps://dev.to/t/database calendar_today30-04-2019 16:53:30

3,3K Tweet

3,3K Followers

0 Following

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Spring AI 1.0 adds LLM and vector search support to Spring Boot apps. Learn how to build a RAG service with MongoDB Atlas. #DEVCommunity #Database dev.to/mongodb/how-to…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

SELECT * offers speed and convenience but can hurt performance and readability. Is it time to switch to explicit columns in production? #DEVCommunity #Database dev.to/codeliner/do-y…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

WiseJSON is a lightweight embedded JSON database for Node.js: no server, WAL & checkpoints, fsync safety and CLI support for local data. #DEVCommunity #Database dev.to/xzdes/wisejson…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Comprehensive database question bank covering architecture, ER model, SQL, normalization, security and more – a tool for exam prep #DEVCommunity #Database dev.to/aniruddhadak/d…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

PostgreSQL 18 beta adds async I/O, timestamped UUIDs, more detailed EXPLAIN output, deferred NOT NULL checks, and simpler upgrades #DEVCommunity #Database dev.to/bytebase/whats…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Speed up your Rails app with Mongoid Query Cache—enable middleware or wrap code in cache blocks to cut redundant MongoDB queries and speed requests. #DEVCommunity #Database dev.to/mongodb/boost-…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Sketch your database schema offline from anywhere, then sync changes with a visual diff when you’re back online. No live DB risks. #DEVCommunity #Database dev.to/roxana_haidine…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

When SQL and stored procedures slow to a crawl, tuning can only go so far. Learn why some queries stall and when to look beyond SQL. { author: esProc SPL } #DEVCommunity #Database dev.to/esproc_spl/wha…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Your database may be the real bottleneck—too much in-DB processing slows your app. Move logic to the app layer and keep the DB lean. { author: Athreya aka Maneshwar } #DEVCommunity #Database dev.to/lovestaco/busy…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Comparing SQL and NoSQL schema design: fixed tables vs flexible documents, strict rules vs adaptable data, vertical vs horizontal scaling. #DEVCommunity #Database dev.to/roxana_haidine…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

See how embedding vs referencing in MongoDB shapes your data structure and how virtual links in DbSchema bring clarity to your collections #DEVCommunity #Database dev.to/roxana_haidine…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

DynamoDB conditional writes let you enforce rules like unique keys, rate limits and idempotency in one atomic, serverless operation. { author: Scorpion Edge } #DEVCommunity #Database dev.to/urielbitton/us…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Build a B-Tree index using equality, sort and range keys on top-level fields. It cuts reads, speeds up MongoDB queries with one index. { author: Franck Pachot } #DEVCommunity #Database dev.to/franckpachot/b…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

See how a few secondary indexes in MongoDB let you run new queries on an existing document model without changing the schema. { author: Franck Pachot } #DEVCommunity #Database dev.to/franckpachot/i…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

PostgreSQL GROUP BY on JSONB fields still triggers index scans, no index-only scan like a B-Tree on a separate column. Read on to see why. { author: Franck Pachot } #DEVCommunity #Database dev.to/franckpachot/n…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Transform MongoDB data pipelines with esProc SPL - run SQL-style queries on nested documents and slash aggregation code by 90% #DEVCommunity #Database dev.to/serina_8340/es…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

6 Postgres beginner mistakes and how to avoid them — from vacuum use and closing connections to primary keys, query efficiency and backups #DEVCommunity #Database dev.to/engroso/6-comm…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

See how SPL simplifies per-minute window stats compared to nested SQL: fills gaps, tracks start/end, and computes min/max with less code. { author: AdamDataNotes } #DEVCommunity #Database dev.to/judith677/stat…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Sampling data without indexes in MongoDB lets you scan a random subset, group by fields and get stats before tuning performance. { author: Franck Pachot } #DEVCommunity #Database dev.to/franckpachot/s…

The Database Dev (@thedatabasedev) 's Twitter Profile Photo

Discover the simple 1=1 WHERE trick in SQL to streamline query testing and toggle conditions faster. { author: @bdavidxyz } #DEVCommunity #Database dev.to/bdavidxyz/wher…