Things I learned from building a production database
maheshba.bitbucket.io
Things I learned from building a production database
1–10 of 112 posts
Re: Things I learned from building a production database
#2Re: Things I learned from building a production database
#3[22] Avoid using real-time for correctness guarantees or comparing clocks across machines unless you have (and understand) error bounds on the clock.
I shudder to think of the hours spent head-scratching that went into this Lesson Learned :)
Re: Things I learned from building a production database
#4Very good list. [22] Avoid using real-time for correctness guarantees or comparing clocks across machines unless you have (and understand) error bounds on the clock. I shudder to think of the hours spent head-scratching that went into this Lesson Learned :)
https://static.googleusercontent.com/media/research.google.c...
It goes into a lot of detail on this
Re: Things I learned from building a production database
#5> We hit production with a 3-person team in less than a year; and subsequently scaled the team to 30+ engineers spanning multiple sub-teams
Starting with a small skilled team to build the core and actively plan for a larger team at some point is absolutely critical for project success in my experience, especially with complex projects like this. That small team can have a much tighter communication loop and all keep a single unified picture of what the end goal is. When the team grows this single unified picture is no longer feasible so it has to be broken down into sections, which is a good thing, but if the core isn't setup so that the sections are sufficiently decoupled things fall apart quickly.
Re: Things I learned from building a production database
#6Re: Things I learned from building a production database
#7Guessing by the context, I'm pretty sure it means "individual contributor", or "person that is not a manager".
Re: Things I learned from building a production database
#8For example:
> Measurement is a means, not an end.
Reminds me of a lesson I learned early in my career. Bad things happen when you lose sight of your purpose and focus just on measurement.
Re: Things I learned from building a production database
#9Nowhere does it say what an "IC" is. Is it so hard to provided the Full Name(FN) and the abbrevation the first time you use it?
(Vouched for this flagged comment after seeing the other comment)
Re: Things I learned from building a production database
#10There was a comment asking what an "IC" was, but the comment was flagged and now dead. Guessing by the context, I'm pretty sure it means "individual contributor", or "person that is not a manager".