steemitboard (66)in #sbd • 6 years agoRE: Effect of STEEM and SBD prices on the value of rewardsCongratulations @twodollars! You received a personal award! Birthday! - You are on the Steem blockchain for 2 years! You can view your badges on your Steem Board and…blervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerBack up to sync so I wanted to get some updated totals for you. So, I'm a little confused now. My total size is now lower than yours from two days ago! # du -sh _data/steem/blervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerSo, I was running some queries, joining between sbds_tx_comments and sbds_tx_votes and found that there was no index on permlink in the sbds_tx_votes table so my join was…blervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerThat's exactly what I'm seeing, and every time I fix it, the solution is something that could have been scripted. I'll definitely ping you when I have something together for testing.blervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerGenerally, I stay within about 20 blocks, but sometimes I'll see exactly what you're describing. I just stop SBDS, restart, and watch the logs: # docker stop steem_sbdsblervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerSpeaking of expensive, this hit my bank account yesterday: I was spinning up massive instances and playing around this month, obviously far more than I thought. This…blervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerI'll be interested to see where the new droplet comes out, like you said, hopefully not a third new size. And good catch! I've added INSTALL MYSQL CLIENT UTILITIES to the…blervin (56)in #utopian-io • 7 years agoRE: SBDS to MySQL in DockerOur discussion in my earlier post formed much of this post so thanks again for sharing everything! So I'm one folder deeper in _data/steem/ running this command…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLYeah, great point! The body is fully duplicated on edits so that really could save some significant space.blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLThis is good to hear. I only ran the high memory instance for a couple of days. I thought I had proved it enough, but obviously there's more to learn there. As far as changing…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLI've pretty consistently stayed within 20 blocks as well, which is one minute and more than reasonable. You're exactly right, the settings you changed are exactly what to…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLI've been asking myself this exact same question as well, your approach just may work. I'll definitely post if I find some answers.steemitboard (66)in #sbd • 7 years agoRE: Effect of STEEM and SBD prices on the value of rewardsCongratulations @twodollars! You have completed some achievement on Steemit and have been rewarded with new badge(s) : Award for the number of comments received Click on…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLAwesome! To test, I run this a least once a day: SELECT MAX(block_num) AS lastblock FROM sbds_core_blocksblervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLHaha, the .tar download itself was a whole other battle for me. The short answer is the ibdata... and ib_logfile... files are required as well as the steem/ folder…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLI'm glad it's coming together! It really is a lot of learning little pieces of the puzzle like this to understand everything. I'm still getting that tutorial together to walk…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLAlright, with that deploy when you're doing the database restore, that does hammer mysql pretty hard so that's probably the main issue here. Again, check the docker logs to…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLNo worries, it's good to document these issues in the blockchain so others can learn too! Interestingly, this is one issue I have not yet run into. For me, steem_mysql has…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLAwesome, glad you got it going! This all underscores how many 'grey areas' I left ambiguous in here, so I'm putting together a more thorough tutorial that'll go into docker and…blervin (56)in #utopian-io • 7 years agoRE: MySBDS - Steem Blockchain Data Service in MySQLCheck docker to make sure mysql is running: docker ps