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

Public indexer DB connection not very reliable with public user: "no more connections allowed (max_client_conn)" #377

Open
cryptosystems6300 opened this issue Aug 2, 2023 · 1 comment
Assignees

Comments

@cryptosystems6300
Copy link

We tried to setup an indexer but the cost of running it is very expensive. Also, syncing it to all the way to the genesis block was also a big challenge. Thus, we have been connecting to the public indexer db. However, I keep running into the issue that my connection requests gets rejected since too many other people have an open connection at the same time with the public username.

Would you be willing to setup a dedicated db user with read-only access for a monthly payment?

@khorolets
Copy link
Member

Would you be willing to setup a dedicated db user with read-only access for a monthly payment?

Unfortunately, we don't provide such kind of service, sorry.

We tried to setup an indexer but the cost of running it is very expensive

Usually, it means that you don't need the entire Indexer for Explorer in the first place. People trying to run this indexer often require just a small piece of the data it collects. While I understand the intention to avoid writing a custom indexer, this might be a wrong and too expensive path to take.

If you could share your use-case, it might be helpful for us to suggest you something else instead.

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

No branches or pull requests

2 participants