Found 1026 bookmarks
Custom sorting
Postgres vs. SQL Server: B-Tree Index Differences & the Benefit of Deduplication
Postgres vs. SQL Server: B-Tree Index Differences & the Benefit of Deduplication
Discover how PostgreSQL and SQL Server—including Azure SQL—differ in their B-Tree index implementations, storage behavior, and performance impact. Includes benchmarks, deduplication analysis, and a side-by-side index comparison guide for engineers optimizing or migrating databases.
·pganalyze.com·
Postgres vs. SQL Server: B-Tree Index Differences & the Benefit of Deduplication
Database Protocols Are Underwhelming
Database Protocols Are Underwhelming
If you’ve been in this trade for a while, you have probably seen dozens of debates on the merits and problems of SQL as a relational database query language. As an ORM maintainer, I have a few gripes with SQL, but overall it is workable, and anyway, it has so much inertia that there’s no point fantasizing about a replacement.
·byroot.github.io·
Database Protocols Are Underwhelming
データベースの固定パスワードをなくす - カンム テックブログ
データベースの固定パスワードをなくす - カンム テックブログ
プラットフォームチームの菅原です。 カンムのサービスで使われている各種アプリケーション(Goアプリ・管理アプリ・Redash等)では、データベースに接続する場合に一般的なパスワード認証を使っていることが多いです。 しかし、パスワード認証はパスワード漏洩のリスクやパスワード管理の手間があり、また要件によっては定期的なパス…
·tech.kanmu.co.jp·
データベースの固定パスワードをなくす - カンム テックブログ
microsoft/documentdb: DocumentDB offers a native implementation of document-oriented NoSQL database, enabling seamless CRUD operations on BSON data types within a PostgreSQL framework. Powering vCore-based Azure Cosmos DB for MongoDB.
microsoft/documentdb: DocumentDB offers a native implementation of document-oriented NoSQL database, enabling seamless CRUD operations on BSON data types within a PostgreSQL framework. Powering vCore-based Azure Cosmos DB for MongoDB.
DocumentDB offers a native implementation of document-oriented NoSQL database, enabling seamless CRUD operations on BSON data types within a PostgreSQL framework. Powering vCore-based Azure Cosmos ...
·github.com·
microsoft/documentdb: DocumentDB offers a native implementation of document-oriented NoSQL database, enabling seamless CRUD operations on BSON data types within a PostgreSQL framework. Powering vCore-based Azure Cosmos DB for MongoDB.
Database DevSecOps | Bytebase
Database DevSecOps | Bytebase
Schema migration and database security for developer, security, DBA, and platform engineering teams.
·bytebase.com·
Database DevSecOps | Bytebase
分散システムにおける一貫した時刻の取り扱いの課題と解決策 - Spanner TiDB CockroachDBに学ぶ - hacomono TECH BLOG
分散システムにおける一貫した時刻の取り扱いの課題と解決策 - Spanner TiDB CockroachDBに学ぶ - hacomono TECH BLOG
この記事は hacomono advent calendar 2024 の18日目の記事です 今年9月にhacomonoにJOINし、基盤本部というところで今後のhacomonoのアーキテクチャ設計をしている @bootjp と申します。分散システムが好きです。 hacomonoも昨今のWebサービスの例にもれず、分散…
·techblog.hacomono.jp·
分散システムにおける一貫した時刻の取り扱いの課題と解決策 - Spanner TiDB CockroachDBに学ぶ - hacomono TECH BLOG
DBテーブルのカラムを削除するときにやること・考えること - エムスリーテックブログ
DBテーブルのカラムを削除するときにやること・考えること - エムスリーテックブログ
突然ですが皆様は、稼働済みサービスのDBからテーブルカラムを削除されたりすること、ありますでしょうか? 基本的に削除はまずやらないのではと思います。えっやらないの? と思われた方もいらっしゃるかもしれませんが、きっとこの記事を読めばなぜ多くの方がカラム削除を避けるのかわかることでしょう。 とはいえ、そうして使わないカラ…
·m3tech.blog·
DBテーブルのカラムを削除するときにやること・考えること - エムスリーテックブログ
小さなテーブルへのALTER TABLE一撃でサービス停止。そこから学んだ惨事を繰り返さないためのルール作り - Qiita
小さなテーブルへのALTER TABLE一撃でサービス停止。そこから学んだ惨事を繰り返さないためのルール作り - Qiita
こちらは NewsPicksアドベントカレンダーの9日目の記事です。はじめにこんにちは。NewsPicks エンジニアの鶴房です。フロントエンドの刷新プロジェクトにおいて、主にインフラとバック…
·qiita.com·
小さなテーブルへのALTER TABLE一撃でサービス停止。そこから学んだ惨事を繰り返さないためのルール作り - Qiita
Introducing pg_karnak: Transactional schema migration across tenant databases
Introducing pg_karnak: Transactional schema migration across tenant databases
Dive deep into the architecture of pg_karnak, PostgreSQL extension, metadata store and transaction coordinator designed for reliable and scalable schema migrations across many tenants and Postgres instances. This post explores PostgreSQL internals, including extension hooks, transaction lifecycle, and locking mechanisms, offering insights into building scalable, reliable systems for distributed applications.
·thenile.dev·
Introducing pg_karnak: Transactional schema migration across tenant databases
RDBでツリー構造を実現する | オートロ株式会社
RDBでツリー構造を実現する | オートロ株式会社
Tutorial Advent Calendar 22日目、エンジニアの吉野です。先日、Rails でツリー構造に触れる機会があり、その際に初めて知ることが多くありました。今回はその際に得られた...
·wantedly.com·
RDBでツリー構造を実現する | オートロ株式会社
AlaSQL/alasql: AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
AlaSQL/alasql: AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or...
·github.com·
AlaSQL/alasql: AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.