We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
假如要儲存「每小時的資料」與「每五分鐘的資料」, 可能會超過 mongoDB 的限制 (16MB)。
目前只能先儲存「每天的資料」, 有待找尋解法。
If we want to store "every-hour" or "every-five-minute" data, it may cause the document exceed size limit of mongoDB, which is only 16MB.
So far we can only store "every-day" data, and we're still searching for any solution. 😓
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假如要儲存「每小時的資料」與「每五分鐘的資料」,
可能會超過 mongoDB 的限制 (16MB)。
目前只能先儲存「每天的資料」,
有待找尋解法。
If we want to store "every-hour" or "every-five-minute" data,
it may cause the document exceed size limit of mongoDB, which is only 16MB.
So far we can only store "every-day" data,
and we're still searching for any solution. 😓
The text was updated successfully, but these errors were encountered: