-
Notifications
You must be signed in to change notification settings - Fork 19.1k
x/perf/storage: support postgres for db #49121
Copy link
Copy link
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
I'm trying to use the
x/perf/storageapp in an environment that requires postgresql instead of mysql.What did you expect to see?
I'd expect postgres to work properly.
What did you see instead?
The create table statements and some of the queries are not compatible with postgres.
I'd be happy to contribute this change if you are open to supporting postgres in addition to the already supported mysql and sqlite.