46 articles tagged #database
All English for IT articles related to #database.
-
English for RxDB Developers
Vocabulary for developers building offline-first apps with RxDB — replication, conflict resolution, reactive queries, and storage adapters — for teams discussing local-first data in English.
-
English for TigerBeetle Developers
Vocabulary for developers building on TigerBeetle — double-entry accounting, ledgers, debits and credits, linked events, and deterministic simulation testing — for teams discussing financial transaction databases in English.
-
English for Xata Database Developers
Vocabulary for developers building on Xata — database branches, schema migrations, full-text search, the edge SDK, and zero-downtime schema changes — for teams discussing serverless Postgres in English.
-
English for Apache Cassandra
Learn the English vocabulary for discussing Cassandra's partitioning, consistency levels, and replication when working with a distributed database team.
-
How to Request Access to a Locked-Down Production Database in English
Learn the English phrasing for requesting time-bounded, justified access to a restricted production database in a way that security owners can approve quickly and confidently.
-
English for Citus Developers
Master the English vocabulary developers need for Citus's distributed Postgres model, shard keys, and co-location when scaling out relational workloads.
-
English for QuestDB Developers
Master the English vocabulary developers need for QuestDB's time-series model, ingestion line protocol, and SQL time functions when discussing high-frequency data.
-
English for ScyllaDB Developers
Master the English vocabulary developers need for ScyllaDB's partition model, shard-per-core architecture, and tombstones when discussing high-throughput NoSQL.
-
English for Sea-ORM Developers
Learn the English vocabulary for Sea-ORM: entities, active models, relations, and migrations in Rust's async ORM.
-
English for sqlx Rust Developers
Master the English vocabulary Rust developers need for discussing compile-time query checking, connection pools, and async database access with sqlx.
-
English for SurrealDB Developers
Master the English vocabulary developers need for SurrealDB's multi-model records, graph edges, and SurrealQL when discussing schema design and queries.
-
English for Astro DB
Learn the English vocabulary for Astro DB, Astro's built-in managed SQL database: tables, seeding, libSQL, and the Studio dashboard.
-
English for ClickHouse
Learn the English vocabulary for discussing ClickHouse, the column-oriented analytical database, including columnar storage, materialized views, and sharding.
-
English for Directus Developers
Learn the English vocabulary for Directus: data models, permissions, flows, and the extensions system, explained for developers building headless backends.
-
English for Drizzle Kit Studio
Learn the English vocabulary for Drizzle Studio and Drizzle Kit workflows: introspection, schema diffing, seed data, and the local database browser, explained for developers.
-
English for Explaining a Database Connection Pool Exhaustion Incident
Learn the English vocabulary for describing connection pool exhaustion, timeouts, and saturation issues clearly in incident reports and debugging discussions.
-
English for Neon Postgres
Learn the English vocabulary for discussing Neon, the serverless Postgres platform, including branching, autoscaling, and separation of storage and compute.
-
English for Postgres Partitioning
Learn the English vocabulary for discussing PostgreSQL table partitioning: partition keys, pruning, and the operational trade-offs of splitting large tables.
-
English for Postgres Replication
Learn the English vocabulary for PostgreSQL replication: streaming replication, replication lag, and failover, explained for discussing database availability clearly.
-
English for SQL Window Functions
Learn the English vocabulary for SQL window functions: partitions, frames, and ranking, explained for discussing analytical queries clearly.
-
English for Turso Embedded Replicas
Learn the English vocabulary for Turso's embedded replicas: local-first reads, sync intervals, write-through, and libSQL replication, explained for developers.
-
English for Explaining Postgres VACUUM and Table Bloat
Learn the English vocabulary for describing table bloat, autovacuum tuning, and dead tuple cleanup clearly when discussing Postgres maintenance with your team.
-
How to Discuss a Slow Query Plan with a DBA in English
Learn the English vocabulary for describing EXPLAIN ANALYZE output, index usage, and query plans clearly when working with a database administrator.
-
How to Explain Database Sharding in English
Learn the English vocabulary for explaining database sharding to both engineers and non-technical stakeholders: shard keys, rebalancing, and hotspots.
-
How to Write a Database Rollback Plan in English
Learn the English structure and vocabulary for writing a clear database migration rollback plan that a reviewer can approve with confidence.
-
English for PlanetScale Developers
Learn the English vocabulary for PlanetScale database development: branching, deploy requests, schema changes, and non-blocking migrations explained.
-
How to Discuss Database Migrations in a Meeting
A practical English guide for discussing database migrations in meetings — how to explain risk, propose a rollout plan, and answer tough questions from stakeholders.
-
How to Explain a Database Index Choice in a Design Review in English
Learn the English phrases for justifying a database indexing decision during a design review — explaining trade-offs, query patterns, and write-performance costs clearly to reviewers.
-
English Vocabulary for ClickHouse Analytics
Learn the professional English vocabulary for ClickHouse — MergeTree, ARRAY JOIN, argMax, quantile(), materialized views, ReplicatedMergeTree, and the Kafka engine in real analytics team discussions.
-
English Vocabulary for Neon Serverless Postgres Developers
Learn the English vocabulary for Neon serverless Postgres — branching, autosuspend, compute endpoints, connection pooling, and point-in-time restore.
-
English Vocabulary for Upstash Redis Developers
Learn the English vocabulary for Upstash Redis and QStash — per-request pricing, pipeline batching, global replication, and message queues in professional use.
-
English Vocabulary for Data Migration Projects
The essential English vocabulary for data migration projects — ETL, cutover, data validation, rollback strategies, and the phrases used in migration planning conversations.
-
English for Database Migration Discussions
The vocabulary and phrases you need to plan, discuss, and coordinate database migrations in English — schema changes, rollback plans, data integrity, and cut-over strategies.
-
English for Prisma ORM Developers
Learn the vocabulary and phrases for discussing Prisma schema, migrations, and the query client in English at work.
-
Database Schema Reviews in English: Vocabulary for Data-Intensive Systems
Master the English vocabulary for database schema reviews — migration strategy, backward compatibility, indexing decisions, normalisation, and schema design language.
-
Pinecone Serverless: Essential English Vocabulary for Vector DB Engineers
Learn English vocabulary for Pinecone Serverless: serverless vs pod-based, namespaces, upsert/query/fetch/delete operations, metadata filtering, and sparse-dense hybrid search.
-
Type-safe Query Builder English: Drizzle ORM and Kysely
Learn the English vocabulary of type-safe database libraries — Drizzle ORM and Kysely — including schema migration, query composition, and dialect abstraction.
-
Vocabulary for Discussing Database Performance in English
English vocabulary for database performance: indexes, query plans, N+1 problems, locking, and the phrases engineers use to diagnose and fix slow queries.
-
English for Database Migration Planning: Talk About Schema Changes Safely
Vocabulary and phrases for discussing database migrations in English: backfills, dual writes, downtime, rollback plans, and how to communicate risk to your team.
-
English for Database Administrators: DBA Communication Vocabulary
DBA vocabulary for change management, maintenance windows, backup strategy communication, and database incident handling.
-
MongoDB & Document Database Vocabulary: 25 Terms Explained
Documents, collections, BSON, aggregation pipeline, indexes, and MongoDB vocabulary for backend developers.
-
PostgreSQL JSONB & Advanced Query Vocabulary for Backend Developers
Master PostgreSQL JSONB operators, GIN indexes, window functions, CTEs, lateral joins, and query plan vocabulary — with real SQL examples and developer conversation phrases.
-
High Availability Database Vocabulary: Replication, Failover, and RPO/RTO
Essential HA database vocabulary for DBAs and engineers: replication types, failover concepts, RPO, RTO, MTTR, clustering, consensus, and more — explained in plain English.
-
SQL Performance Tuning Vocabulary Explained
50 essential SQL performance tuning terms for DBAs and developers: query plans, indexes, statistics, lock types, and optimiser vocabulary — with plain English explanations.
-
How to Write a Database Incident Report in English
A complete guide for DBAs and data engineers: how to write a post-incident report (PIR) for database outages — structure, vocabulary, templates, and professional phrases.
-
Data Modelling Vocabulary: ER Diagrams, Normalisation, and Schema Design
Master data modelling English vocabulary: entities, relationships, normalisation, foreign keys, indexes, and dbt model types including staging, mart, and snapshot layers.
Frequently Asked Questions
How many articles are tagged #database?
There are currently 46 articles tagged #database on CoderSlingo.
What is the #database tag about?
The #database tag groups together CoderSlingo articles that discuss database — useful if you want to read everything on this topic in one place.
Is browsing tagged articles free?
Yes. Every article on CoderSlingo, including all articles tagged here, is free to read with no account, sign-up, or paywall.
How often is this tag page updated?
This page is regenerated automatically whenever a new article is published with this tag, so the list always reflects the latest content.
What's the difference between a tag and a category?
A category is the single primary topic of an article (shown as a badge on each card), while tags are more specific keywords an article can have several of — useful for cross-cutting topics like tools or techniques.
Can I find beginner-friendly articles under this tag?
Yes — each article card shows a level badge (Beginner, Intermediate, or Advanced) so you can quickly spot content that matches your current English level.
How do I browse other tags?
Click any tag pill on an article card to jump to that tag's page, or visit the main Blog index to browse by category instead.
Are these articles connected to exercises?
Many are — articles link to a relevant vocabulary exercise in their "What to Read Next" section so you can practise the terms you just read about.
What's the most recent article tagged #database?
The most recent article tagged #database is "English for RxDB Developers".
Where can I see all articles, not just this tag?
Visit the main Blog index to browse every CoderSlingo article, filterable by category, level, and tag.