✕ Clear all filters
184 articles
▶ Videos →

📰 Dev.to · Michael

184 articles · Updated every 3 hours · View all reads

All Articles 161,071Blog Posts 155,570Tech Tutorials 42,485Research Papers 31,730News 21,029 ⚡ AI Lessons
Loading JSON Data Files in GBase 8a
Dev.to · Michael 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 3w ago
Loading JSON Data Files in GBase 8a
Starting from version 9.5.3.28, GBase 8a supports loading JSON files directly into tables. By...
GBase 8a initcap: Capitalizing the First Letter of Every Word
Dev.to · Michael 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 3w ago
GBase 8a initcap: Capitalizing the First Letter of Every Word
The initcap function in GBase 8a capitalizes the first letter of each word in a string and converts...
GBase 8a date_trunc: Truncating Date/Time to a Specified Precision
Dev.to · Michael ⚡ AI Lesson 3w ago
GBase 8a date_trunc: Truncating Date/Time to a Specified Precision
The date_trunc function in GBase 8a truncates a date/time value to the specified precision....
GBase 8a Mirror Cluster: Using Fewer High‑Spec Nodes for Backup
Dev.to · Michael ⚡ AI Lesson 3w ago
GBase 8a Mirror Cluster: Using Fewer High‑Spec Nodes for Backup
In a GBase 8a mirror cluster, the standard recommendation is to keep the primary and backup clusters...
Exporting Fixed‑Length Data Files in GBase 8a
Dev.to · Michael 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 3w ago
Exporting Fixed‑Length Data Files in GBase 8a
Fixed‑length (or "positional") exports eliminate the need for field delimiters, which is especially...
Does GBase 8a V95 SetSysEnv.py Require the root User?
Dev.to · Michael ⚡ AI Lesson 3w ago
Does GBase 8a V95 SetSysEnv.py Require the root User?
In GBase 8a V8, installation, upgrades, and service management all required root privileges. Starting...
GBase 8a sha2: Built‑in SHA‑224, SHA‑256, SHA‑384, and SHA‑512 Hashing
Dev.to · Michael 🔐 Cybersecurity ⚡ AI Lesson 3w ago
GBase 8a sha2: Built‑in SHA‑224, SHA‑256, SHA‑384, and SHA‑512 Hashing
The sha2 function in GBase 8a provides native support for multiple SHA‑2 hash algorithms. You can...
GBase 8a Pivot: Turning Rows into Columns
Dev.to · Michael 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 3w ago
GBase 8a Pivot: Turning Rows into Columns
GBase 8a provides the pivot function for data pivoting — converting multiple rows into columns. This...
Fixing Rebalance Stuck During GBase 8a Mirror Cluster Expansion
Dev.to · Michael ⚡ AI Lesson 3w ago
Fixing Rebalance Stuck During GBase 8a Mirror Cluster Expansion
When you scale out or scale in a GBase 8a mirror cluster, the operation changes the number of primary...
Accessing an IPv4 GBase 8a Cluster from IPv6 via the Gateway and dblink
Dev.to · Michael 📣 Digital Marketing & Growth ⚡ AI Lesson 3w ago
Accessing an IPv4 GBase 8a Cluster from IPv6 via the Gateway and dblink
During the transition from IPv4 to IPv6, you may have two GBase 8a clusters running on different IP...
Checking Whether a View's Underlying Tables Still Exist in GBase 8a
Dev.to · Michael ⚡ AI Lesson 3w ago
Checking Whether a View's Underlying Tables Still Exist in GBase 8a
When you create a view in GBase 8a, all referenced tables or other views must exist. However, if...
GBase 8a: DateDiff and TimestampDiff Have Opposite Parameter Orders
Dev.to · Michael ⚡ AI Lesson 3w ago
GBase 8a: DateDiff and TimestampDiff Have Opposite Parameter Orders
Both DATEDIFF and TIMESTAMPDIFF in GBase 8a calculate the difference between two dates, but their...
Troubleshooting gcluster_rsynctool IP Mapping Errors in GBase 8a
Dev.to · Michael ⚡ AI Lesson 3w ago
Troubleshooting gcluster_rsynctool IP Mapping Errors in GBase 8a
The gcluster_rsynctool utility synchronises tables between two GBase 8a clusters. When the clusters...
I built a CLI that tells you if your codebase fits an LLM's context window
Dev.to · Michael 🧠 Large Language Models ⚡ AI Lesson 3w ago
I built a CLI that tells you if your codebase fits an LLM's context window
Every time I wanted to paste a whole project into Claude or ChatGPT, I ended up guessing whether it...
GCDW K8s 9.8.0.4.1 Multi‑Tenant Edition Overview
Dev.to · Michael ⚡ AI Lesson 4w ago
GCDW K8s 9.8.0.4.1 Multi‑Tenant Edition Overview
The GCDW (GBase Cloud Data Warehouse) 9.8.0.4.1 release introduces multi‑tenant support. Compared to...
GBase 8a unpivot Function: Turning Columns into Rows
Dev.to · Michael 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4w ago
GBase 8a unpivot Function: Turning Columns into Rows
unpivot is the counterpart of the pivot function in GBase 8a. It transforms multiple columns into...
Using Python with GBase 8a: Connection, CRUD, Stored Procedures, and Data Loading
Dev.to · Michael 🔧 Backend Engineering ⚡ AI Lesson 4w ago
Using Python with GBase 8a: Connection, CRUD, Stored Procedures, and Data Loading
This guide demonstrates how to interact with a gbase database using Python. It covers driver...
Fixing "Can't get distribution attribute of table" in GBase 8a
Dev.to · Michael ⚡ AI Lesson 1mo ago
Fixing "Can't get distribution attribute of table" in GBase 8a
When a gbase database cluster experiences an unclean shutdown — a sudden power loss or kernel panic —...
GBase 8a Load Performance Degradation: Root Causes and Diagnostic Steps
Dev.to · Michael ⚡ AI Lesson 1mo ago
GBase 8a Load Performance Degradation: Root Causes and Diagnostic Steps
When loading data into a gbase database cluster, throughput can drop either gradually over months or...
Using LAST_VALUE in GBase 8a for OLAP Analysis
Dev.to · Michael 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1mo ago
Using LAST_VALUE in GBase 8a for OLAP Analysis
LAST_VALUE is a window function in GBase 8a that returns the last value in an ordered window,...