Open in app

Sign In

Write

Sign In

cindy
cindy

1 Follower

Home

About

Oct 19, 2022

openGauss UPDATE Statement

Photo by Markus Winkler on Unsplash Existing data in a database can be updated. You can update one row, all rows, or specified rows of data, or update data in a single column without affecting the data in the other columns. The UPDATE statement changes the values of the specified…

2 min read

openGauss UPDATE Statement
openGauss UPDATE Statement

2 min read


Oct 19, 2022

openGauss INSERT INTO Statement

Photo by Marcus Loke on Unsplash A new table contains no data. You need to insert data to the table before using it. You can execute the INSERT INTO statement to insert data into the table. …

3 min read

openGauss INSERT INTO Statement
openGauss INSERT INTO Statement

3 min read


Oct 19, 2022

openGauss Creating a Table

Photo by Mika Baumeister on Unsplash Create an empty table in the current database. The table will be owned by the creator. The same table can be stored in different databases. You can execute the CREATE TABLE statement to create a table. Syntax Copy CodeCREATE TABLE table_name…

1 min read

openGauss Creating a Table
openGauss Creating a Table

1 min read


Oct 19, 2022

openGauss Creating a Database

Photo by Jan Antonin Kolar on Unsplash After the database is installed, a database named postgres is generated by default. You need to create your own database. Syntax Create a database. Copy CodeCREATE DATABASE database_name; View the database. Run \l to view the existing database. Copy Code\l Run \c + Database…

2 min read

openGauss Creating a Database
openGauss Creating a Database

2 min read


Oct 19, 2022

openGauss Basic Concepts

openGauss is a relational database management system (RDBMS). A relational database organizes data using a relational model, that is, data is stored in rows and columns. openGauss database nodes store data on disks. Logically, objects on a database node include tablespaces, databases, datafile segments, tables, and blocks. …

3 min read

openGauss Basic Concepts
openGauss Basic Concepts

3 min read


Oct 8, 2022

Installation of One Primary and One Standby Nodes

Photo by Sigmund on Unsplash Create a user group dbgroup. Copy Codegroupadd dbgroup 2. Create a common user omm in the dbgroup user group and set the password to Gauss_234. Copy Codeuseradd -g dbgroup omm passwd Gauss_234 3. Log in to the host where the package is installed as user…

2 min read

Installation of One Primary and One Standby Nodes
Installation of One Primary and One Standby Nodes

2 min read


Oct 8, 2022

Installation on a Single Node

Photo by Bill Mead on Unsplash Create a user group dbgroup. Copy Codegroupadd dbgroup 2. Create a common user omm in the dbgroup user group and set the password to Gauss_234. Copy Codeuseradd -g dbgroup omm passwd Gauss_234 3. Log in to the host where the openGauss package is installed…

2 min read

Installation on a Single Node
Installation on a Single Node

2 min read


Oct 8, 2022

Preparing the Software and Hardware Installation Environment

Photo by Christian Wiediger on Unsplash This section describes the preparations for installation. It is recommended that servers to be deployed on openGauss have the same software and hardware configurations. Hardware requirements Fellow lists the minimum hardware requirements of the openGauss server. When planning the hardware configuration of a product, consider the…

2 min read

Preparing the Software and Hardware Installation Environment
Preparing the Software and Hardware Installation Environment

2 min read


Oct 8, 2022

Software Architecture

openGauss is a standalone system that supports one primary and up to eight standby servers. Service data is stored on a single physical node, and data access tasks are pushed to service nodes and then executed. The high concurrency of servers enables quick response to data processing. …

2 min read

Software Architecture
Software Architecture

2 min read


Oct 8, 2022

Obtaining and Verifying an Installation Package

Photo by Mildlee on Unsplash Procedure Download the installation package of the corresponding platform from the openGauss community. Log in to the openGauss community and download the latest installation package of the corresponding platform. …

1 min read

Obtaining and Verifying an Installation Package
Obtaining and Verifying an Installation Package

1 min read

cindy

cindy

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech