Answer the question
In order to leave comments, you need to log in
What can be used to store an array of data with live query data by condition in Python?
Conditions:
1. The celery worker is launched, which uploads data to Postgre every 10 seconds during the day. The amount of data during the day - 400mb - 1gb, at the end of the day the data is reset;
2. By condition, a worker is executed that requests data from Postgre;
Is there any convenient alternative that can replace Postgre by providing faster speed?
Answer the question
In order to leave comments, you need to log in
If tabular data is of the type of logs, then there are a lot of alternatives, the whole question is how this data is processed. Alternatives,
non-traditional:
- influxdb, mongodb, elasticsearch, redis
traditional:
- mysql
- more, everywhere.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question