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.
How to compare two databases, identify the diferences and generate the necessary SQL to update the structure of one of them

How to compare two databases, identify the diferences and generate the necessary SQL to update the structure of one of them

10
Comments 1
1 min read
Laravel BackupManager

Laravel BackupManager

8
Comments
1 min read
5 ways to make your database better

5 ways to make your database better

41
Comments 1
4 min read
Getting Started with PostgreSQL Streaming Replication

Getting Started with PostgreSQL Streaming Replication

17
Comments
8 min read
Database Transactions Like You're Five

Database Transactions Like You're Five

61
Comments 7
7 min read
Auto backup of Databases in Postgres Container.

Auto backup of Databases in Postgres Container.

18
Comments 1
1 min read
Storing Database Backups

Storing Database Backups

17
Comments
2 min read
Concurrency and Automatic Conflict Resolution

Concurrency and Automatic Conflict Resolution

48
Comments 4
10 min read
How to build a docker image which can restore databases whenever a new container is created from it

How to build a docker image which can restore databases whenever a new container is created from it

14
Comments 2
2 min read
Replicate your PostgreSQL database into another server using just one command.

Replicate your PostgreSQL database into another server using just one command.

62
Comments 4
1 min read
DynamoDB PrimaryKey, HashKey, SortKey (RangeKey)

DynamoDB PrimaryKey, HashKey, SortKey (RangeKey)

17
Comments 1
3 min read
Database Views Don't Really Exist

Database Views Don't Really Exist

34
Comments 4
5 min read
Introduction to Redis: Installation, CLI Commands, and Data Types

Introduction to Redis: Installation, CLI Commands, and Data Types

14
Comments 3
1 min read
Help me decide: Embed subdocument or have a new document collection?

Help me decide: Embed subdocument or have a new document collection?

7
Comments 5
3 min read
Summer 2018: Massive, Twice Over

Summer 2018: Massive, Twice Over

19
Comments
1 min read
Using Materialized Views as Models in Lucky

Using Materialized Views as Models in Lucky

9
Comments 4
4 min read
Centralize Your Query Logic!

Centralize Your Query Logic!

34
Comments 4
3 min read
Mapping Database Queries to Crystal Classes With crystal-db and Lucky

Mapping Database Queries to Crystal Classes With crystal-db and Lucky

13
Comments 4
4 min read
Query Fun

Query Fun

11
Comments
2 min read
They Watched Us With Webcams And Rewrote Our Code! 13:39

They Watched Us With Webcams And Rewrote Our Code!

66
Comments 12
1 min read
Stream & Go: News Feeds for Over 300+ Million End Users

Stream & Go: News Feeds for Over 300+ Million End Users

97
Comments 4
10 min read
How ASTs power the GraphQL schema handling

How ASTs power the GraphQL schema handling

28
Comments 1
8 min read
It’s Hard To Keep A New Team Doing Continuous Delivery 07:55

It’s Hard To Keep A New Team Doing Continuous Delivery

39
Comments
1 min read
BeckDesignRules for Database Developers Part 1: Passes the tests

BeckDesignRules for Database Developers Part 1: Passes the tests

13
Comments 4
11 min read
Speeding up our Webhooks System 60x

Speeding up our Webhooks System 60x

32
Comments
7 min read
Database testing with Citrus

Database testing with Citrus

11
Comments
8 min read
Building RESTful Web APIs with Dart, Aqueduct, and PostgreSQL — Bonus content

Building RESTful Web APIs with Dart, Aqueduct, and PostgreSQL — Bonus content

36
Comments
6 min read
Memory Efficient Data Structures

Memory Efficient Data Structures

117
Comments 3
8 min read
Explain Elasticsearch Like I'm Five

Explain Elasticsearch Like I'm Five

27
Comments 5
1 min read
How have you discover a technology or a language?

How have you discover a technology or a language?

8
Comments
2 min read
Flyway - Getting Started

Flyway - Getting Started

16
Comments 1
8 min read
ORM-less Data Access in .Net Core

ORM-less Data Access in .Net Core

74
Comments 9
9 min read
Redis - An Introduction

Redis - An Introduction

95
Comments 5
7 min read
Update Efficient Data Structures

Update Efficient Data Structures

127
Comments 9
14 min read
Everything There Is to Know About Associations in Rails

Everything There Is to Know About Associations in Rails

169
Comments 8
5 min read
How to easily start using CosmosDB in your C# application in no time with Cosmonaut

How to easily start using CosmosDB in your C# application in no time with Cosmonaut

14
Comments
6 min read
The Ultimate Postgres vs MySQL Blog Post

The Ultimate Postgres vs MySQL Blog Post

289
Comments 24
12 min read
RUM Conjecture - Reasoning About Data Access

RUM Conjecture - Reasoning About Data Access

53
Comments 14
7 min read
Multiple Ways to Change Database Column in Rails

Multiple Ways to Change Database Column in Rails

48
Comments 1
3 min read
Need Help: Relational vs. Document-based Databases -- What are the pros and cons?

Need Help: Relational vs. Document-based Databases -- What are the pros and cons?

10
Comments 8
1 min read
Modern Distributed Application Deployment with Kubernetes and MongoDB Atlas

Modern Distributed Application Deployment with Kubernetes and MongoDB Atlas

14
Comments
10 min read
Explain "Data Crunching" Like I'm Five

Explain "Data Crunching" Like I'm Five

9
Comments 1
1 min read
MongoDB schema design patterns (I)

MongoDB schema design patterns (I)

91
Comments 1
4 min read
How to use rake db commands in the correct way

How to use rake db commands in the correct way

66
Comments 1
4 min read
Magento 2 Custom Database Connection - The Right Way

Magento 2 Custom Database Connection - The Right Way

12
Comments 1
6 min read
MongoDB Guide - Getting Started

MongoDB Guide - Getting Started

110
Comments 4
10 min read
Explain Indexing Like I'm Five

Explain Indexing Like I'm Five

46
Comments 10
1 min read
Beginners Database Design Primer

Beginners Database Design Primer

28
Comments 1
5 min read
Breaking out from the MySQL character-set hell

Breaking out from the MySQL character-set hell

18
Comments 2
3 min read
Optimizing for Fast, Responsive Reads with Cross-Region Replication in MongoDB Atlas

Optimizing for Fast, Responsive Reads with Cross-Region Replication in MongoDB Atlas

11
Comments
4 min read
The Orchid, the Wasp, and the Test Fixture

The Orchid, the Wasp, and the Test Fixture

9
Comments
7 min read
Don't get bit by PostgreSQL case sensitivity

Don't get bit by PostgreSQL case sensitivity

37
Comments 6
2 min read
Moving individual MySQL tables on disk

Moving individual MySQL tables on disk

27
Comments 1
7 min read
GraphQL as a Database Query Language

GraphQL as a Database Query Language

23
Comments 3
2 min read
Improving MongoDB Performance with Automatically Generated Index Suggestions

Improving MongoDB Performance with Automatically Generated Index Suggestions

Comments
3 min read
Decomposing Object Trees From Relational Results

Decomposing Object Trees From Relational Results

9
Comments
7 min read
How I learned the most about using XML with PHP

How I learned the most about using XML with PHP

29
Comments 23
2 min read
Training Machine Learning Models with MongoDB

Training Machine Learning Models with MongoDB

6
Comments
5 min read
How to select the right Database for your Android/iOS Application

How to select the right Database for your Android/iOS Application

18
Comments 1
3 min read
Database timeouts

Database timeouts

10
Comments
11 min read
loading...