Skip to content

lzy2005/Project3-Benchmarking-openGauss-Against-PostgreSQL

Repository files navigation

Project3-Benchmarking-openGauss-Against-PostgreSQL

This project researches the differences between OpenGauss and PostgreSql-14.11 in efficiency and safety. It proposes some criteria and key metrics for evaluating the quality of databases and places emphasis on performance in complex data-intensive scenarios. It also gives test code for measuring differences between OpenGauss and PostgreSql-14.11 on these metrics. We executing these code on the elastic cloud server(ECS) and gained some conclusions about the features of OpenGauss. You can recurrence it as directed by OpenGauss installation and deployment guide and report in this project.

Here are some of our test results. You can see OpenGauss almost always performs worse than PostgreSql-14.11 in both simple and complex data-intensive scenarios, even in growth ratio this conclusion is true. OpenGauss only has advantages in query with index in extremely complex data-intensive scenarios.

  1. Efficiency comparison in insert operations:
insert1 insert2

insert3

  1. Efficiency comparison in select operations:
select1 select2

select3

  1. Efficiency comparison in update operations:
update1 update2

update3

  1. Efficiency comparison in delete operations:
delete1 delete2

delete3

  1. Efficiency comparison in join operations:
join1 join2

join3

  1. Efficiency comparison in index operations:
index1 index2

index3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published