POSTGRES-XL is a fully acid-compliant, open-source, easy to scale, multi-tenant security. Support share-nothing; Support massive data parallel processing-mpp (massively Parallel processing). is not very similar to Greenplum. Host Assignment3 host,
Operating environment for Kali virtual machines
1
[Email protected]:~# apt-get Install PostgreSQL
Start the service
12
[Email protected]:~# service PostgreSQL start[OK] starting PostgreSQL 9.1
1. sudo apt-get install PostgreSQL #安装psql2. Su passwd postgres #设置postgres账户的密码3. postgresql.conf sets the value of the Listen_addresses key in the file to4. pg_hba.conf the configuration file, add the following configuration under the host all 127.
PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed by the University of California, Berkeley computer department. Many of the concepts pioneered by Postgres appear in the commercial
0. Remove unnecessary tables and stored procedures from the 200 server Setup database
DROP TABLE "Sensorpressure";DROP FUNCTION hex_to_int (text);DROP FUNCTION "Pressuredatatosensorpressure" ();
1. Back up 200 of the SETUPD database,:p g_dump-d-H
The first step: Connect to the Linux service via Xshell or other tools,Step Two: Create a script: Touch se.shStep three: Enter I to enter the following command on behalf of the start input:The script is as follows: (SQL statement can be any complex
Installing PostgreSQL using RPM packages in Linux
Postgresql and MySQL are currently popular and active open source relational database systems. Compared with high-end Oracle commercial products, Postgresql and MyQL have much room for improvement in
S skills, Postgres skills
If you need to add indexes when the business volume is large, you need to use CONCURRENTLY. Otherwise, your database will easily break down.
For example
create index CONCURRENTLY idx_order_records_bank_statist_uid on
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.