Add benchmarks for most used operations related to PostgreSql interaction
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