Database Services (DBaaS)

Database Services (DBaaS)

What databases are supported by E2E DBaaS, and how do I choose one?


A: E2E DBaaS supports MySQL, MariaDB, PostgreSQL, Cassandra, Valkey, Kafka, and OpenSearch. Compare features like read replica support, snapshot capabilities, or multi-datacenter replication to choose. For example, MySQL/MariaDB suit relational needs, Cassandra for big data, and Valkey for in-memory caching.

How do I manage a MySQL database on E2E Networks?


A: Create a MySQL instance in MyAccount under Database, selecting version, plan, and VPC. Connect using mysql -h <host> -P 3306 -u <username> -p <password>, ensuring URL encoding for special characters. Manage via CLI with commands like CREATE DATABASE, GRANT PRIVILEGES, or DROP TABLE.

What are Parameter Groups, and how do I use them?


A: Parameter Groups are sets of configuration values (e.g., innodb_buffer_pool_size, max_connections) for tuning database performance. Create one under Database > Parameter Group, attach it to a DBaaS instance, and sync changes. Edit or delete groups as needed to optimize settings.

How do Committed DBaaS Plans work?


A: Committed DBaaS Plans offer cost savings for Master Nodes, Slave Nodes, and Read Replicas. Launch via MyAccount, with infra credits deducted upfront. Convert hourly plans to committed via the Manage DBaaS section, and set auto-renewal or hourly billing post-commitment. No auto-termination is supported.

    • Related Articles

    • Networking Services

      How does the E2E CDN improve content delivery? A: E2E CDN caches static content (e.g., images, scripts) at global edge locations for low-latency delivery. Create a CDN in MyAccount, configure SSL, HTTP versions, and cache settings. Monitor bandwidth ...
    • How do I manage software licenses on E2E Networks?

      Access License Management in MyAccount to buy RDP or MS SQL licenses for single nodes. Calculate MS SQL licenses based on cores (min. 4 per processor/VM). Submit orders for activation, and terminate licenses via the Manage License page, with states ...
    • Storage Services

      What storage options does E2E Networks offer? A: E2E Networks provides block storage (Volumes), Scalable File System (SFS), E2E Parallel File System (EPFS), Object Storage (EOS), and Container Registry. Volumes offer high IOPS for performance, SFS ...
    • How do I set up Event Monitoring for my resources?

      In MyAccount under Event Monitoring, create alerts by selecting services, resources, thresholds, and user groups. Manage user groups to define notification recipients. View, filter, edit, or delete alerts to ensure timely updates on resource health ...
    • Launching an E2E Networks Virtual Compute Node

      Introduction Create an E2E MyAccount on the E2E Networks sign-up page to access node creation features. Use the MyAccount portal for a web-based interface to manage virtual compute nodes. Generate an API token in MyAccount for programmatic node ...