hivemind
hivemind copied to clipboard
Developer-friendly microservice powering social networks on the Steem blockchain.
Check common calls and their response sizes. Identify if there are any low-impact methods to make responses smaller in size. Currently, `/trending` is approx 1,150,961 bytes: - 74% votes -...
During sync, writes to `hive_notifs` writes should be queued and flushed. ``` 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...
On `recount` level post cache update, hive should add together child sums (and reflect visibility state). A bonus would be to track all vs. visible counts, and sanity-check all vs....
To reduce the amount of repeated work (and to even out the work done per block) we can update certain levels of the cached_post buffer over a n-block period. This...
This is adapted from my Utopian post: [Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10](https://steemit.com/utopian-io/@blockchainstudio/two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10) It'd be great if Hivemind...
There are occasionally posts missing in `hive_posts_cache`. This condition is rare but concerning. Fortunately it does not affect the `hive_posts` table so it's easily recoverable. Identifying the cause is important...
- more aggressive autovac (main goal: even out posts_cache maint work) - stricter cached post gap check (note: exceptions may be thrown) #173
The recent replies endpoints don't filter out abusers/spammers.
I'm re-indexing and the caching process keeps stopping due to an assertion error seen below. What is the best way to figure out what's wrong. Could it be the node...