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
During sync, writes to hive_notifs writes should be queued and flushed.
hive_notifs
INFO:hive.utils.stats:Service: db -- 224s total (71.1%) INFO:hive.utils.stats: -pct- -ttl- -avg- -cnt- INFO:hive.utils.stats: 21.0% 47018ms 1.79 26199x -- INSERT INTO hive_notifs (type_id, score, created_at, src_id, dst_id, post_id, communit ... S (:type_id, :score, :created_at, :src_id, :dst_id, :post_id, :community_id, :payload) INFO:hive.utils.stats: 13.3% 29881ms 1.54 19344x -- SELECT id FROM hive_posts WHERE author = :a AND permlink = :p INFO:hive.utils.stats: 9.4% 21068ms 1.37 15395x -- SELECT 1 FROM hive_notifs WHERE dst_id = :dst_id AND src_id = :src_id AND post_id = :post_id AND type_id = 17
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During sync, writes to
hive_notifs
writes should be queued and flushed.The text was updated successfully, but these errors were encountered: