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

Improve performance by tracking nonces on the API server #6

Open
ergofobe opened this issue Sep 9, 2014 · 1 comment
Open

Improve performance by tracking nonces on the API server #6

ergofobe opened this issue Sep 9, 2014 · 1 comment

Comments

@ergofobe
Copy link
Contributor

ergofobe commented Sep 9, 2014

Rather than sending an expensive DB update to the SQL server on every API call, it would be better to track the nonces for sessions on the API server, perhaps in memory. When the API server is scaled out to multiple hosts, this could use memcached which is still much faster than MySQL at simple key/value pairs like this.

@Alex-Fot
Copy link

Alex-Fot commented Oct 8, 2019

Всем привет! Помогите настроить получение истории графика через Quandl API Key.
При введении ключа API, данные не синхронизируются!
Подскажите, как сделать правильно настройки Quandl API Key?
Большое спасибо!

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

No branches or pull requests

2 participants