What solutions does the HN community have in dealing with this issue?
Ask HN: How do you update multiple disparate databases?
1–10 of 55 posts
Re: Ask HN: How do you update multiple disparate databases?
#2One master is picked as the final authority, then changes flow to other databases, replicas, etc. either using database tools or applications.
Awareness of deadlines or how much latency (ie. when the updates are needed for each downstream pipeline) is helpful.
A practical example that solves a simple case is the recent release of a tool by Netflix.
Pro tip: when you interview people for a project like this, they should already know the above. :)
Source: DBA.
Re: Ask HN: How do you update multiple disparate databases?
#3Banks use an ancient but powerful architecture called Source of Truth (SoT), or system of record. It's one of the first techniques developed to manage heterogeneous distributed databases. One master is picked as the final authority, then changes flow to other databases, replicas, etc. either using database tools or applications. Awareness of deadlines or how much latency (ie. when the updates are needed for each down…
Mortgage rates change frequently.
The bank likely deals with this exact scenario on a regular basis and should have an established procedure in place.
Re: Ask HN: How do you update multiple disparate databases?
#4Name the bank so we know not patronize patronize it.
Re: Ask HN: How do you update multiple disparate databases?
#5Re: Ask HN: How do you update multiple disparate databases?
#6Banks use an ancient but powerful architecture called Source of Truth (SoT), or system of record. It's one of the first techniques developed to manage heterogeneous distributed databases. One master is picked as the final authority, then changes flow to other databases, replicas, etc. either using database tools or applications. Awareness of deadlines or how much latency (ie. when the updates are needed for each down…
I get the feeling OP is the one being interviewed. Mortgage rates change frequently. The bank likely deals with this exact scenario on a regular basis and should have an established procedure in place.
Re: Ask HN: How do you update multiple disparate databases?
#7Re: Ask HN: How do you update multiple disparate databases?
#8Banks use an ancient but powerful architecture called Source of Truth (SoT), or system of record. It's one of the first techniques developed to manage heterogeneous distributed databases. One master is picked as the final authority, then changes flow to other databases, replicas, etc. either using database tools or applications. Awareness of deadlines or how much latency (ie. when the updates are needed for each down…
I get the feeling OP is the one being interviewed. Mortgage rates change frequently. The bank likely deals with this exact scenario on a regular basis and should have an established procedure in place.