DEV Community

Database

Posts on building, using, and learning about databases.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
🗄️🚀 SQL vs NoSQL: Viability and Comparison

🗄️🚀 SQL vs NoSQL: Viability and Comparison

9
Comments 4
2 min read
UNDERSTANDING YOUR DATA:THE ESSENTIALS OF EXPLORATORY DATA ANALYSIS

UNDERSTANDING YOUR DATA:THE ESSENTIALS OF EXPLORATORY DATA ANALYSIS

Comments
1 min read
Understanding the Decimal Datatype in MySQL

Understanding the Decimal Datatype in MySQL

Comments
2 min read
Preventing Out-of-Memory Crashes in MongoDB Sorting: Effective Optimization Strategies

Preventing Out-of-Memory Crashes in MongoDB Sorting: Effective Optimization Strategies

1
Comments
3 min read
Understanding the MongoDB Query Planner: A Guide to Efficient Query Optimization

Understanding the MongoDB Query Planner: A Guide to Efficient Query Optimization

3
Comments
4 min read
Q&A about Big Data

Q&A about Big Data

Comments
4 min read
.NET Aspire for Data Chatting

.NET Aspire for Data Chatting

5
Comments
5 min read
Use Natural Language to Query Your Database with Chat2DB

Use Natural Language to Query Your Database with Chat2DB

4
Comments
5 min read
The Adventures of Blink S2e3: Designing Hangman... and a Flask API

The Adventures of Blink S2e3: Designing Hangman... and a Flask API

Comments
11 min read
We needed to run maintenance queries (SQL) with user input

We needed to run maintenance queries (SQL) with user input

Comments
3 min read
Cloud Resume Challenge pt 5: Exploring CosmoDB and Query Languages

Cloud Resume Challenge pt 5: Exploring CosmoDB and Query Languages

Comments
5 min read
Configuring a Connection Pool

Configuring a Connection Pool

Comments
7 min read
Mastering Built-in Functions in Oracle SQL

Mastering Built-in Functions in Oracle SQL

Comments
3 min read
Challenge accepted: announcing SurrealDB 2.0

Challenge accepted: announcing SurrealDB 2.0

5
Comments 1
8 min read
Surrealist 3.0 is now available!

Surrealist 3.0 is now available!

7
Comments
4 min read
How to integrate Drizzle ORM with Nest Js

How to integrate Drizzle ORM with Nest Js

4
Comments
2 min read
Understanding Sorting in MongoDB: A Beginner's Guide

Understanding Sorting in MongoDB: A Beginner's Guide

1
Comments
2 min read
Dragonfly DB: A Promising Alternative to Redis

Dragonfly DB: A Promising Alternative to Redis

7
Comments
1 min read
MERN (Full Stack Neon Starter kit with complete authentication) Submission for Neon Open Source Starter Kit Challenge

MERN (Full Stack Neon Starter kit with complete authentication) Submission for Neon Open Source Starter Kit Challenge

16
Comments
2 min read
SpecZone: A Central Hub for Device Specifications and Reviews

SpecZone: A Central Hub for Device Specifications and Reviews

1
Comments
3 min read
Real-Time Chat Application Starter kit with Neon Postgres, NestJS, and WebSocket.

Real-Time Chat Application Starter kit with Neon Postgres, NestJS, and WebSocket.

21
Comments
3 min read
Full Stack Auth Implementation using Next js and Neon DB for Neon Challenge

Full Stack Auth Implementation using Next js and Neon DB for Neon Challenge

17
Comments
2 min read
Achieving Atomicity in Mongo DB Database operations

Achieving Atomicity in Mongo DB Database operations

Comments
5 min read
Unlock Lightning-Fast Web Services: Mastering Quarkus for Agile, Scalable, and Responsive RESTful APIs

Unlock Lightning-Fast Web Services: Mastering Quarkus for Agile, Scalable, and Responsive RESTful APIs

Comments
7 min read
Introduction to serverless databases

Introduction to serverless databases

Comments 2
7 min read
To Index Data is To Sort Data

To Index Data is To Sort Data

8
Comments
5 min read
Understanding Your Data: The Essentials of Exploratory Data Analysis

Understanding Your Data: The Essentials of Exploratory Data Analysis

Comments
2 min read
Freeware: Java Utility Package (Version 2024.08.12) released

Freeware: Java Utility Package (Version 2024.08.12) released

Comments
1 min read
Write Buffering to Reduce Raft Consensus Latency in YugabyteDB

Write Buffering to Reduce Raft Consensus Latency in YugabyteDB

5
Comments
11 min read
A Complete Guide to Filtering in Vector Search

A Complete Guide to Filtering in Vector Search

53
Comments 1
17 min read
🗃️ Lessons Learned from Migrating Huge BigQuery Datasets Across Regions

🗃️ Lessons Learned from Migrating Huge BigQuery Datasets Across Regions

11
Comments
5 min read
Understanding Database Normalization: A Practical Guide with E-Commerce Examples

Understanding Database Normalization: A Practical Guide with E-Commerce Examples

1
Comments
5 min read
CAP Theorem

CAP Theorem

2
Comments
2 min read
SQL vs. NoSQL Databases: Which One Should You Choose?

SQL vs. NoSQL Databases: Which One Should You Choose?

1
Comments
4 min read
My first open-source project built with Python to inspect databases through CLI fast

My first open-source project built with Python to inspect databases through CLI fast

3
Comments
1 min read
Optimizing Aurora MySQL Storage by Deleting Unnecessary Data

Optimizing Aurora MySQL Storage by Deleting Unnecessary Data

3
Comments 1
3 min read
IN vs EXISTS in SQL: Understanding Performance and Usage

IN vs EXISTS in SQL: Understanding Performance and Usage

1
Comments
3 min read
Libraries for writing raw SQL safely

Libraries for writing raw SQL safely

1
Comments
8 min read
Gorm: Sneak Peek of Custom Data Types

Gorm: Sneak Peek of Custom Data Types

7
Comments
6 min read
Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Comments
3 min read
From Data Lakes to Data Mesh: The Emerging Trends of Data Management and Analytics

From Data Lakes to Data Mesh: The Emerging Trends of Data Management and Analytics

1
Comments
8 min read
Freeware: Java Utility Package (Version 2024.09.12) released

Freeware: Java Utility Package (Version 2024.09.12) released

4
Comments 2
1 min read
NEONDB-NextJS-Typescript Ultimate Starter Pack

NEONDB-NextJS-Typescript Ultimate Starter Pack

21
Comments
1 min read
Redis with Node application

Redis with Node application

Comments
2 min read
In the land of LLMs, can we do better mock data generation?

In the land of LLMs, can we do better mock data generation?

9
Comments 1
13 min read
PL/SQL scripts, stored procedures, and triggers

PL/SQL scripts, stored procedures, and triggers

Comments
3 min read
A comprehensive comparison of PostgreSQL and MySQL

A comprehensive comparison of PostgreSQL and MySQL

5
Comments
7 min read
Enhancing Laravel Models with a Case-Insensitive Searchable Trait

Enhancing Laravel Models with a Case-Insensitive Searchable Trait

1
Comments
3 min read
🗂️ Understanding SQL Relationships: A Beginner's Guide

🗂️ Understanding SQL Relationships: A Beginner's Guide

1
Comments
3 min read
📝 SQL Cheat Sheet for Developers

📝 SQL Cheat Sheet for Developers

1
Comments 1
3 min read
18 Key Points You Must Know When Creating Tables in MySQL

18 Key Points You Must Know When Creating Tables in MySQL

6
Comments
11 min read
Dockerizing your Java Spring Boot application with Maven, along with a PostgreSQL database

Dockerizing your Java Spring Boot application with Maven, along with a PostgreSQL database

5
Comments
3 min read
[DAY 99-101] I acquired a database certificate from freecodecamp

[DAY 99-101] I acquired a database certificate from freecodecamp

1
Comments
1 min read
Debugging Low Cache Hit Ratio

Debugging Low Cache Hit Ratio

1
Comments 1
14 min read
Congrats to the Neon Open Source Starter Kit Challenge Winners!

Congrats to the Neon Open Source Starter Kit Challenge Winners!

50
Comments 3
2 min read
How Do Rag Pipelines Simplify Data Engineering for Data Scientists?

How Do Rag Pipelines Simplify Data Engineering for Data Scientists?

Comments
3 min read
5 Common Pain Points in PostgreSQL

5 Common Pain Points in PostgreSQL

10
Comments
3 min read
🚀 入门: 开始使用 MongoDB 从操作数据层 (ODL) 中获益

🚀 入门: 开始使用 MongoDB 从操作数据层 (ODL) 中获益

5
Comments
1 min read
🚀 Industry Insights: MongoDB Boosts Payment Business 💸

🚀 Industry Insights: MongoDB Boosts Payment Business 💸

5
Comments
2 min read
🚀 行业洞见: MongoDB 推动支付业务 💸

🚀 行业洞见: MongoDB 推动支付业务 💸

5
Comments
1 min read
loading...