Earlier quoted context omitted.
I'm not sure how you think a distributed data processing technology would "fake-out" other companies when building/choosing database technology. They are totally different problem sets. MapReduce does not have a set in stone data source/sink and can use multiple things like bigtable and spanner so they are complementary technologies.
I think the parent commenter might be referring to systems like Hive or HBase built on top of Hadoop and do have a lot of overlap with a large scale database system.
Amazon Time Sync Service
51–60 of 94 posts
Re: Amazon Time Sync Service
#52Two observations/questions, the first probably naive: * It's not that hard to get your own "world class" time server, for under a thousand. A Rb standard slaved to a GPSDO is gonna be so accurate and stable, and use that to drive a SBC that supports IEEE1588, where you run your NTP and PTP server. Oh, but I guess that box, while inexpensive, isn't in Amazons DC, so doesn't help you. * PTP's absence in the Amazon Time…
Amazon time sync likely also requires extremely accurate clocks on the system board as well to prevent there from being too much drift.
Re: Amazon Time Sync Service
#53Earlier quoted context omitted.
Them providing PTP would be really interesting
To be clear, what I meant was "the fact that they're advertising whiz bang time synchronization, but then not using the correct protocol, makes me question the quality of the whole enterprise". Even on local networks, NTP can only get you so close. If you set up chrony just so, in ideal conditions, I've gotten hundreds of microseconds (more commonly ~500-1000us). But combined with PTP, you can get sub-microsecond acc…
Re: Amazon Time Sync Service
#54Re: Amazon Time Sync Service
#55I really wish they made more of that stuff publicly available.
Re: Amazon Time Sync Service
#56Re: Amazon Time Sync Service
#57Re: Amazon Time Sync Service
#58Earlier quoted context omitted.
Amazon time sync likely also requires extremely accurate clocks on the system board as well to prevent there from being too much drift.
You don’t even need a tcxo. If you don’t care about holdover, connecting the pps pin from a $5 GPS module to an $15 SBC will give you a time source that is significantly better than anything you can serve over NTP to your clients. NTP is always gonna be the weak link for a service like this.
Also, how exactly would GPS work at scale for 10,000s of servers within 1000s of racks within a DC?
Re: Amazon Time Sync Service
#59Earlier quoted context omitted.
You don’t even need a tcxo. If you don’t care about holdover, connecting the pps pin from a $5 GPS module to an $15 SBC will give you a time source that is significantly better than anything you can serve over NTP to your clients. NTP is always gonna be the weak link for a service like this.
I was referring to the amazon time sync service which I imagine has pretty tight timing requirements (similar to spanner), not NTP. Also, how exactly would GPS work at scale for 10,000s of servers within 1000s of racks within a DC?
"The Amazon Time Sync Service is available through NTP"
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time...