Nov 27, 2025 · 4 min read · Introduction Using Spring’s NamedParameterJdbcTemplate and binding null values with a SQL type code and type name may lead to the pgJDBC driver performing costly metadata queries to infer internal types. This is by JDBC specification and pgJDBC desig...
Join discussion
Nov 25, 2025 · 121 min read · Developers are smart, wonderful people, and they’re some of the most logical thinkers you’ll ever meet. But we’re pretty terrible at naming things 😂 Like, what in the world – out of every other possible name, they decided to name a database after a ...
Join discussion
Sep 16, 2025 · 7 min read · Disclaimer: This is likely a bad idea. We're probably missing something obvious. Smarter engineers would find a better solution. But here we are. When we started evaluating CockroachDB for DeviceLab, we had high hopes. The promise of a distributed SQ...
Join discussionAug 27, 2025 · 2 min read · inchirags@gmail.com Chirag CockroachDB Tutorial https://www.chirags.in Install and Configure CockroachDB in Ubuntu 24.04 LTS YouTube Video tutorial: https://www.youtube.com/watch?v=JkAdq1JD7u0 CockroachDB is a distributed SQL database designed fo...
Join discussion
May 2, 2025 · 6 min read · Just for a second assume you're a content creator on YouTube (I know most of you are). Don't you just think, there should be a tool which should give me each and every detail about my new videos like how audience perceived it, what they want, feedbac...
Join discussion
Apr 26, 2025 · 2 min read · I have this taskfile tasks to make running commands easier: version: 3 tasks: backup: desc: Backup the local CockroachDB database cmds: - task: backup-to vars: FOLDER: "backup/local-node-backup" restore: desc: ...
Join discussion
Oct 28, 2024 · 22 min read · Introduction 전통적인 RDBMS 의 특성을 유지하면서도 NoSQL 시스템이 제공하는 확장성과 성능을 제공하기 위한 새로운 유형의 Database 기술입니다. 전통적인 RDBMS 는 ACID (Atomicity, Consistency, Isolation, Durability) 특성을 잘 지원하고, 데이터 Consistency 와 Transaction 을 보장하지만, Horizontal Scaling (즉, 여러 서버로 쉽게 확장하는...
Join discussion
Sep 7, 2024 · 3 min read · In today’s data-driven world, selecting the right database is crucial for the success of data-centric applications. With the explosion of data and the increasing need for scalable solutions, it’s more important than ever to make an informed choice. T...
Join discussion
Apr 25, 2024 · 3 min read · Are you using CockroachDB for a full stack application? Is your frontend a web application? Have you noticed that sometimes when you receive the IDs from the database, that they are different than their actual stored value? I noticed this when using ...
Join discussion