Skip to content

Add benchmarks for most used operations related to PostgreSql interaction

Pavel Kisliak requested to merge epam/postgresql_benchmark into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Add several new benchmarks for most used operations related to PostgreSql interaction:

  • Prepare new statement
  • Get already prepared statement
  • Arguments binding
  • Execute statement
  • Fetch result

Should be helpful for control performance during refactoring.

Edited by Pavel Kisliak

Merge request reports