KunlunBase is a distributed relational database management system(RDBMS) with complete NewSQL capabilities and robust transaction ACID guarantees and is compatible with standard SQL. Applications which used PostgreSQL or MySQL can work with KunlunBase as-is without any code change or rebuild because KunlunBase supports both PostgreSQL and MySQL connection protocols and DML SQL grammars. MySQL DBAs can quickly work on a KunlunBase cluster because we use MySQL as storage nodes of KunlunBase. KunlunBase can elastically scale out as needed, and guarantees transaction ACID under error conditions, and KunlunBase fully passes TPC-C, TPC-H and TPC-DS test suites, so it not only support OLTP workloads but also OLAP workloads. Application developers can use KunlunBase to build IT systems that handles terabytes of data, without any effort on their part to implement data sharding, distributed transaction processing, distributed query processing, crash safety, high availability, strong consistency, horizontal scalability. All these powerful features are provided by KunlunBase. KunlunBase supports powerful and user friendly cluster management, monitor and provision features, can be readily used as DBaaS.
Currently, when using aurora as the data shard node, there is no private/public ipv4/ipv6 address for the node. There is just long dns-domain name, like following:
They are longer than current limit in both pg_shard_node(using name as type, 64 bytes long), and kunlun_metadata_db.shard_nodes(varchar(64)).
Then shard node can not be added into the cluster.
We need to increase the limit, so that can support aurora as shard nodes, or similar cases, where only long-dns-name are provided for virtual instances.
Issue migrated from trac ticket # 192
component: computing nodes | priority: major
2021-10-15 15:33:18: @jd-zhang created the issue