You are viewing a single comment's thread from:

RE: BlockTrades update on Hive development work

in HiveDevs3 years ago (edited)

How hard/easy will it be to add the number of views on a post?
Will it affect performance?
I remember steemit had it for post hits (including same user) it wasn't ideal but it was better than nothing.
Don't know why it was removed.

Sort:  

This isn't a blockchain level change, it's a feature that has to directly supported by frontend post browsers and that is how it was done in the past by condenser. I think Steemit probably removed it from condenser because the view counts wouldn't report accurate view counts when an article is being viewed across multiple frontend browsers, making view counts overly pessimistic.

I suppose in theory, frontends could periodically report their own view counts via the blockchain and aggregate the view counts that way. This would still depend on the frontends to all report their view counts, of course. And it could add a lot of overhead to the blockchain data, depending on how often such reports were made.

Another possibility would be to add some kind of peer-to-peer sharing of the viewing data between frontend browsers via a 2nd layer service such as hivemind, and this latter approach wouldn't add any blockchain bloat.

That view count did not even work proper, as you could just refresh your browser to add more count.

Better than nothing

Thank you so much for this explanation