Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Postgres, GraphQL, and Dataloaden #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Postgres, GraphQL, and Dataloaden #78

wants to merge 1 commit into from

Conversation

maebeam
Copy link
Contributor

@maebeam maebeam commented Jul 10, 2021

No description provided.

@maebeam maebeam force-pushed the m/pg branch 3 times, most recently from d8a17de to b811e62 Compare July 26, 2021 20:43
@maebeam maebeam marked this pull request as ready for review July 29, 2021 21:07
@maebeam maebeam requested a review from a team as a code owner July 29, 2021 21:07
@tijno
Copy link
Contributor

tijno commented Oct 1, 2021

@maebeam will global state move to postgres too? im looking at whether its worth creating global state db that can handle states from multiple nodes via global-state-remote-node. But if its moving to postgres then its easier to wait for that.

@maebeam
Copy link
Contributor Author

maebeam commented Oct 4, 2021

It is moving to postgres (or mysql, exploring that option this week)

@tijno
Copy link
Contributor

tijno commented Oct 4, 2021

Ok thx for letting me know @maebeam . My votes for sticking with postgres and not mysql, and maybe having a separate DB url for it to allow optional storing of global state separate from block / deso data.

One request would be to allow some kind of "node" classifier field in global state so it can maintain state for multiple nodes separately in a single DB.

@maebeam
Copy link
Contributor Author

maebeam commented Oct 4, 2021

I'm encountering performance issues with postgres so I'm evaluating the performance of mysql. Unfortunately if it is significantly faster we will have to switch

@maebeam
Copy link
Contributor Author

maebeam commented Oct 4, 2021

I will keep that request in mind when moving global state to mysql / postgres

@namelessperson0
Copy link
Contributor

Incase, you are considering mysql, mariadb is better than mysql in terms of liberal license and open source spirit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants