Install
Data, Databases & Streaming
Relational & NoSQL databases, search, caches, streams, ETL/ELT, and analytics stacks.
- 7 Subtopics
- 15 Tracked terms
- Last 30 days Feed window
Inside Data, Databases & Streaming
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Frontend Web
- Backend & APIs
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Data, Databases & Streaming
Understanding Hybrid Table Bulk INSERTs
1+ hour, 35+ min ago (447+ words) With our release of Hybrid Table Bulk INSERT, we are bringing the faster performance of Optimized Bulk Loads to more INSERT queries, achieving up to 10x faster batch INSERTs.[0] Hybrid Tables leverage a row store as the primary data store to…...
Five results: I spent time proving splines don't help trajectory databases
52+ min ago (1573+ words) If you work with GPS tracks, this idea shows up sooner or later: why store a trajectory as a polyline of thousands of points when a vehicle moves smoothly? Accelerate, turn, brake — that's a smooth curve. A cubic B-spline describes…...
Turn Any SQL Query Into an OCI Monitoring Metric — From Inside Autonomous AI Database
3+ hour, 42+ min ago (1158+ words) Information, tips, tricks and sample code for data management in an autonomous, cloud-native, data-driven world No agent. No function. No compute instance. Just a SELECT and a scheduler job. Autonomous AI Database gives you more than forty metrics in OCI…...
Bridging Local and Cloud Databases for Centralized Data Management
2+ hour, 4+ min ago (276+ words) Introduction Structured data (typically in rows and columns) resides in databases such as... Tagged with postgres, dbeaver, aiven, powerbi....
My knowledge base missed a contradiction. My content graph found it in one query
2+ hour, 36+ min ago (1433+ words) This is a submission for the Sanity Challenge, Path One: Ship an Agent That Queries Real Content... Tagged with devchallenge, sanitychallenge, sanity, ai....
Subqueries and CTEs: Asking a Question Inside a Question
2+ hour, 55+ min ago (624+ words) Some questions can't be answered in one pass. "Which hive produced the most honey?" needs the maximum honey figure before it can find the hive that matches it. "Which keepers are above average?" needs the average before it can compare…...
FinOps Meets Architecture: Tiering ClickHouse from EBS to S3 Without Touching a Query
4+ hour, 35+ min ago (1421+ words) Run ClickHouse on EC2 long enough and you'll hit the same moment everyone does. The queries are fast, the ingestion pipeline is humming, and then someone opens the AWS bill and asks why storage alone costs more than the instance. The…...
Encryption Isn't Enough — You Also Need to Know If Someone Tampered With Your Data
4+ hour, 57+ min ago (313+ words) Most people think encryption's job is to keep data secret. That's only half the job — and the half it doesn't cover is exactly where a lot of otherwise-careful implementations quietly break. This is part 4 of a series documenting what I'm…...
Mountday #7: Four Ways We Made Resultity Simpler Without Making It Smaller
1+ hour, 35+ min ago (934+ words) For the last two weeks, some of the best Resultity work did not look like adding features. We were already deep enough into …...
Why fork() Doesn't Duplicate Memory: Copy-on-Write and the Page Table
6+ hour, 19+ min ago (24+ words) Calling fork() does not duplicate a process's memory space; it copies the page table hierarchy and... Tagged with programming, kernel, code, devops....