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 far can Prisma take you? (in February 2019)

How far can Prisma take you? (in February 2019)

26
Comments 4
4 min read
Intro to Redis Cluster Sharding – Advantages, Limitations, Deploying & Client Connections

Intro to Redis Cluster Sharding – Advantages, Limitations, Deploying & Client Connections

12
Comments
10 min read
How to simplest Turing Machine works on postgreSQL

How to simplest Turing Machine works on postgreSQL

7
Comments
5 min read
Database models and ERDs for Newbs Part: 5

Database models and ERDs for Newbs Part: 5

5
Comments
3 min read
All DEFINITION list of "Transactional Information Systems"

All DEFINITION list of "Transactional Information Systems"

4
Comments
3 min read
Database models and ERDs for Newbs Part: 4

Database models and ERDs for Newbs Part: 4

9
Comments
3 min read
Write A Simple Toy Database in Python within Minutes!

Write A Simple Toy Database in Python within Minutes!

21
Comments 3
4 min read
MySQL Tutorial – Understanding The Seconds Behind Master Value

MySQL Tutorial – Understanding The Seconds Behind Master Value

7
Comments
5 min read
Sorting by Created Date with GraphQL and Prisma

Sorting by Created Date with GraphQL and Prisma

5
Comments 1
1 min read
Database models and ERDs for Newbs Part: 3

Database models and ERDs for Newbs Part: 3

4
Comments
2 min read
Why does PostgreSQL have pg_locks

Why does PostgreSQL have pg_locks

5
Comments 8
1 min read
Everything you need to know about (Relational) Databases

Everything you need to know about (Relational) Databases

327
Comments 7
16 min read
Developer's Life January 2019

Developer's Life January 2019

4
Comments
3 min read
Running Fast SQL on DynamoDB Tables

Running Fast SQL on DynamoDB Tables

7
Comments
4 min read
How I reduced storage cost of ElasticSearch by 60x

How I reduced storage cost of ElasticSearch by 60x

9
Comments
6 min read
The best and easy way to handle database migrations (version control)

The best and easy way to handle database migrations (version control)

19
Comments
2 min read
Database models and ERDs for Newbs Part: 2

Database models and ERDs for Newbs Part: 2

7
Comments
2 min read
Packages For Databases

Packages For Databases

5
Comments
5 min read
History Tables

History Tables

8
Comments
7 min read
Explicit Entity State

Explicit Entity State

4
Comments
2 min read
Starting With SQL

Starting With SQL

54
Comments 4
4 min read
A better way to check big amount of data against database in Node.js

A better way to check big amount of data against database in Node.js

12
Comments
2 min read
db in c#— how does I do again?

db in c#— how does I do again?

10
Comments 4
4 min read
I saved 7x from storage cost of MongDB

I saved 7x from storage cost of MongDB

5
Comments
5 min read
Database models and ERDs for Newbs Part: 1

Database models and ERDs for Newbs Part: 1

4
Comments
2 min read
SQLite is Not a Server

SQLite is Not a Server

18
Comments 2
2 min read
SQLite 3.25 Adds Window Functions and Improves ALTER TABLE

SQLite 3.25 Adds Window Functions and Improves ALTER TABLE

9
Comments
2 min read
USING DATABASE TRIGGERS IN POSTGRESQL

USING DATABASE TRIGGERS IN POSTGRESQL

21
Comments 2
5 min read
MySQL High Availability Framework Explained – Part II

MySQL High Availability Framework Explained – Part II

4
Comments
7 min read
Find a Specific Column In An Unknown SQL Table

Find a Specific Column In An Unknown SQL Table

12
Comments 4
2 min read
A PRIMER ON POSTGRESQL STORED FUNCTIONS (PL/pgSQL)

A PRIMER ON POSTGRESQL STORED FUNCTIONS (PL/pgSQL)

21
Comments
5 min read
How DevOps Should Use DBaaS (Database-as-a-Service) To Optimize Their Application Development​

How DevOps Should Use DBaaS (Database-as-a-Service) To Optimize Their Application Development​

9
Comments
7 min read
Incorrect string value issue during migration database in Jira.

Incorrect string value issue during migration database in Jira.

5
Comments
2 min read
Importance of Configuring Go sql.DB Connections

Importance of Configuring Go sql.DB Connections

10
Comments
2 min read
Indexing Databases – A Postgres Example

Indexing Databases – A Postgres Example

8
Comments
2 min read
10 Best Startups in Cloud - 2018 (ScaleGrid DBaaS)

10 Best Startups in Cloud - 2018 (ScaleGrid DBaaS)

6
Comments
9 min read
How to build a PostgreSQL database to store tweets

How to build a PostgreSQL database to store tweets

5
Comments
9 min read
Back Up and Restore Your SQL Database

Back Up and Restore Your SQL Database

8
Comments 1
4 min read
Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1

Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1

6
Comments
1 min read
Authentication Hashing in SQLAlchemy

Authentication Hashing in SQLAlchemy

17
Comments
4 min read
Storing data in Go

Storing data in Go

66
Comments 5
4 min read
Effective Database Design: Part 1

Effective Database Design: Part 1

186
Comments 5
3 min read
Effective Database Design: Part 4

Effective Database Design: Part 4

83
Comments 6
3 min read
Effective Database Design: Part 3

Effective Database Design: Part 3

79
Comments 10
2 min read
Effective Database Design: Part 2

Effective Database Design: Part 2

64
Comments 8
3 min read
Slow MySQL Start Time in GTID? Binary Log File Size May Be The Issue

Slow MySQL Start Time in GTID? Binary Log File Size May Be The Issue

6
Comments
7 min read
Best way to store password in DB

Best way to store password in DB

7
Comments 12
1 min read
MySQL High Availability Framework - Part I

MySQL High Availability Framework - Part I

8
Comments
6 min read
Fast Knowledge: Kubernetes port forwarding

Fast Knowledge: Kubernetes port forwarding

9
Comments 1
1 min read
DynamoDB transactions

DynamoDB transactions

11
Comments 1
1 min read
Managing High Availability in PostgreSQL – Part I

Managing High Availability in PostgreSQL – Part I

9
Comments
10 min read
MySQL: Client and Server Model Databases

MySQL: Client and Server Model Databases

4
Comments
2 min read
Combining SQL queries with UNION

Combining SQL queries with UNION

11
Comments
5 min read
Purify code with data integrity. Part 1: defaults and not-nulls

Purify code with data integrity. Part 1: defaults and not-nulls

45
Comments 3
5 min read
Graph databases 101

Graph databases 101

36
Comments 1
2 min read
From monolith to cloud: Auto Increment to UUID

From monolith to cloud: Auto Increment to UUID

20
Comments 6
5 min read
Storing user customisations and settings. How do you do it?

Storing user customisations and settings. How do you do it?

40
Comments 15
4 min read
Every SQL Join You’ll Ever Need

Every SQL Join You’ll Ever Need

162
Comments 2
20 min read
Build a frontend to backend web application (Windows 95 style)

Build a frontend to backend web application (Windows 95 style)

10
Comments
3 min read
SQL:How to compare with NULL without "IS NULL" operator

SQL:How to compare with NULL without "IS NULL" operator

4
Comments 1
2 min read
loading...