Nodegroup

A Nodegroup is a computing module that enables SQL command execution (DDL, DML, and DQL). Each Nodegroup operates with:

  • Independent Resources: Completely isolated computing environment
  • Dynamic Scaling: Adjust units based on workload requirements
  • Flexible Management: Suspend when not in use to reduce costs

Nodegroups use units as the measurement metric—more units provide greater processing capacity.

Creating a Nodegroup

Nodegroups must be created within an existing Data Cloud instance.

Access Creation Interface

  1. Navigate to your Data Cloud's region page
  2. Locate the Nodegroup creation section
  3. Click "Create Nodegroup"

Configuration Steps

  1. Name: Enter a unique name within the Data Cloud
  2. Resource Size: Select the number of units based on your processing needs
  3. Catalog: Choose to create a new catalog or link to an existing one
  4. Click "Confirm" to initiate creation

Initialization Process

New Nodegroups start in "Initializing" status, displaying resource creation progress. When status changes to "Running," the Nodegroup is ready to provide SQL services.

Nodegroup Status Overview

Understanding Nodegroup states helps you monitor and manage your computing resources effectively:

StatusDescriptionAvailable Operations
InitializingNodegroup is being created and configuredWait for completion
RunningActive and ready for SQL operationsAll operations available
PausingTransitioning to paused stateLimited operations
PausedComputing resources halted, data preservedResume, delete
RecoveringResuming from paused state, loading dataWait for completion
AbnormalTemporary error stateContact support if persistent
DeletingRemoval in progress, resources being cleaned upNone

Nodegroup Management

Access comprehensive monitoring and management through the Nodegroup dashboard, which displays:

  • Performance Metrics: Utilization, QPS, and latency statistics
  • Resource Information: Current configuration and capacity
  • Available Operations: Management actions for the current state

Resource Scaling

Dynamic Unit Adjustment

  • Modify "Resource Size" to scale up or down in real-time
  • Changes are independent and can be applied anytime
  • System responds promptly to scaling requests
  • No downtime required for size adjustments

Network Configuration

Configure connectivity through two options:

  • Public Network: Direct internet access (requires manual enablement)
  • VPC Network: Secure private connections using cloud provider PrivateLink

See Network Connection for detailed configuration steps.

Operations Management

Pause and Resume

  • Pause: Stop computing resources while preserving data
  • Resume: Restore to running state with full data recovery
  • Ideal for cost optimization during low-usage periods

Advanced Management

Access additional options through the Nodegroup details page by clicking the Nodegroup name:

Additional Operations:

  1. Rename: Update the Nodegroup identifier
  2. View Attached Databases: Monitor database connections and relationships

Safe Deletion

When deleting a Nodegroup:

  • Attached databases are automatically detached (data preserved)
  • Data remains available for reattachment to new Nodegroups
  • Option to simultaneously delete database data if needed

On this page