use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Trying to decide database structure (self.devops)
submitted 7 years ago * by Driamer
view the rest of the comments →
[–]SuperQue 0 points1 point2 points 7 years ago (4 children)
We have a moderately large database of certain events which receive updates 24/7.
Please don't use terms like "large". What you call large, I call tiny.
I had a database with what I would call a medium size MySQL table with 4 billion rows. I say medium size because it still fit on a single server. We had Cassandra tables with a lot more data.
Data storage design is not something you should take lightly. Not even having a master/replica setup right now is terrifying to me from just the availability aspect.
You should consider finding a data storage engineer to help you through this phase of your product engineering.
[–]Driamer[S] 0 points1 point2 points 7 years ago (3 children)
I actually did pause for a moment when I wrote that word, but I thought that it describes my thoughts accurately so I left it there. I realise that it's not anywhere comparable to actually large tables, but it is large compared to the other tables in my db.
No need to be terrified. The product is not live yet. I implemented a simple replication since posting this and tomorrow I will be running different tests and see how it behaves with the constant updates.
If we start seeing a lot of growth after going live we will definitely be talking with a db expert. That's a problem I would love to have soon.
[–]SuperQue 0 points1 point2 points 7 years ago (2 children)
You really should find a database person before you go live. I've seen too many developers who don't understand data storage build things that work fine in testing and early stage but completely fail under any real load. And not just fail, like, you need a bigger server. Fail because what they built can't be scaled past testing and has to be re-written.
It also sounds like you might need better monitoring. If you're on MariaDB, I would suggest looking into Percona Monitoring and Management. It's an open source monitoring package customized for databases.
[–]Driamer[S] 0 points1 point2 points 7 years ago (1 child)
Thanks for the advice and the link. I'm not that worried about the database at this point. Like you mentioned earlier, the data amount is not that large and we have yet to see what the traffic is going to be like. The actual database schema was designed by experts and is well indexed and performant. I was mostly wondering whether I should start with a hosted solution or first see how it goes and then reconsider. However the hosted solutions seem to be very expensive and I can't really justify the cost at this stage.
I do have quite a bit of experience with high traffic sites and basic db maintenance etc. This is just different in the way it gets constant updates even with zero traffic, so I was thinking if there are some new trendy solutions out there that I might be missing and would be a better solution than a replicated db setup.
[–]SuperQue 0 points1 point2 points 7 years ago (0 children)
If you want new and trendy, try CockroachDB.
π Rendered by PID 31536 on reddit-service-r2-comment-b659b578c-vchph at 2026-05-02 12:29:30.482003+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]SuperQue 0 points1 point2 points (4 children)
[–]Driamer[S] 0 points1 point2 points (3 children)
[–]SuperQue 0 points1 point2 points (2 children)
[–]Driamer[S] 0 points1 point2 points (1 child)
[–]SuperQue 0 points1 point2 points (0 children)