Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Latest News

⚑ Report a Problem

Tech news from the best sources

All topics - игры AI Gear News Tech agents ai api architecture automation beginners career claude devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python react security showdev tutorial typescript webdev
All EN RU
EN

Debugging Slow SQL in GBase 8a: How Execution Plans, Distribution Keys, and Parallelism Go Off the Rails Together

A slow query in a gbase database MPP cluster is rarely just a matter of sloppy SQL. More often, it's the combined effect of data distribution, executi…

gbasedatabase数据库parallelism
Dev.to May 20, 2026, 10:35 UTC
EN

GBase 8a Backup and Restore Guide: Full and Incremental Backups with gbackup

GBase 8a stores massive analytical datasets across many nodes. If hardware fails, someone drops a table, or an upgrade goes wrong, a solid backup stra…

gbasedatabase数据库backup
Dev.to May 19, 2026, 10:36 UTC
EN

When GBase 8a Execution Plans Go Wrong: Mastering Statistics Management

A simple SQL suddenly triggers a full table scan, or a JOIN order looks completely off. Most of the time, the culprit is stale statistics misleading t…

gbasedatabase数据库performance
Dev.to May 19, 2026, 08:20 UTC
EN

How to Audit Only Critical Operations Like DROP TABLE in GBase 8a

GBase 8a’s audit log can capture virtually every SQL operation. To keep logs lean and focused on security, you can configure a policy that records onl…

gbasedatabase数据库security
Dev.to May 15, 2026, 08:24 UTC
EN

How GBase 8a Resource Plans Bind to Time Schedules

Resource plans in GBase 8a (e.g., plan_day , plan_night ) are not directly bound to time and do not support cron expressions . Their automated switchi…

gbasedatabase数据库automation
Dev.to May 15, 2026, 05:04 UTC
EN

Why a Failed Rebalance Returns to STARTING Instead of CANCELED in GBase 8a

When a rebalance operation fails on a table that is in RUNNING state, GBase 8a moves the table back to STARTING — not to CANCELED . This behavior reve…

gbasedatabase数据库
Dev.to May 13, 2026, 15:21 UTC
EN

Inner vs Outer Joins: The Two Fundamental Join Types in SQL

SQL joins fall into two fundamental categories — inner joins and outer joins — while LEFT , RIGHT , and FULL joins are subclasses of the outer join. T…

gbasedatabase数据库sql
Dev.to May 11, 2026, 17:41 UTC
EN

IFNULL vs NULLIF in GBase 8a: Why They Are Not Interchangeable

Both IFNULL and NULLIF accept two arguments, but they perform opposite operations. Knowing the difference is key to avoiding subtle data errors. Funct…

gbasedatabase数据库
Dev.to May 11, 2026, 16:45 UTC
EN

Get Real Row Counts in GBase 8s Without UPDATE STATISTICS

The nrows column in systables is only updated when you run UPDATE STATISTICS , so it often shows 0 even right after bulk inserts. If you need the real…

gbasedatabase数据库
Dev.to May 9, 2026, 11:24 UTC
EN

Interval Partitioning in GBase 8s: Automatic Extension and Lifecycle Management

Interval partitioning automatically creates new partitions when data exceeds the defined range, eliminating the need to manually add partitions. GBase…

gbasedatabase数据库
Dev.to May 7, 2026, 13:34 UTC
EN

Optimizing GBase 8s JDBC with IFX_AUTOFREE

The JDBC driver for GBase 8s provides IFX_AUTOFREE , a parameter that cuts an extra network round trip when closing statements. If your application ex…

gbasedatabase数据库
Dev.to May 7, 2026, 12:32 UTC
EN

GBase 8a QUALIFY Clause: Filtering Window Functions the Smart Way

When you use window functions in SQL, you can't filter their results directly in a WHERE or HAVING clause — that's a well‑known limitation across many…

gbasedatabase数据库
Dev.to May 4, 2026, 12:37 UTC
EN

Expanding a GBase 8a Cluster: Adding a GNode in Practice

As data grows, you'll likely need to add nodes to your existing GBase 8a MPP cluster without downtime. This hands‑on guide walks through the full proc…

gbasedatabase数据库
Dev.to May 4, 2026, 11:36 UTC
EN

GBase 8s: How DELIMIDENT Controls Case Sensitivity

By default, identifiers in GBase 8s are case‑insensitive: uppercase letters are silently treated as lowercase. Setting the environment variable DELIMI…

gbasedatabase数据库
Dev.to May 4, 2026, 10:22 UTC
EN

End-to-End: Hadoop Deployment and Data Loading into GBase 8a

This post walks through setting up a distributed Hadoop cluster from scratch and loading data from HDFS into GBase 8a, GBASE's China-domestically deve…

gbasedatabase数据库
Dev.to May 3, 2026, 15:13 UTC
EN

GBase 8c High Availability with VIP: A Step-by-Step Verification Guide

This walkthrough demonstrates how to deploy a GBase 8c primary‑standby cluster with a virtual IP (VIP) and verify automatic failover. GBase 8c is a Ch…

gbasedatabase数据库
Dev.to May 2, 2026, 13:10 UTC

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →