Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
50a266dd
Commit
50a266dd
authored
Feb 19, 1999
by
Bob Halley
Browse files
update
parent
3bbe4751
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/design/database
View file @
50a266dd
...
...
@@ -18,11 +18,10 @@ updated by IXFR or AXFR. AXFR provides the entire contents of the new
zone version, and replaces the entire contents of the database. IXFR
and Dynamic Update, although completely different protocols, have the
same basic database requirements. They are differential update
protocols, e.g. "add this record to the records at name 'foo'". They
are transactional, and must either succeed or fail completely.
Changes must not become visible to clients until the transaction has
committed. The differential nature of these updates requires
transaction serialization.
protocols, e.g. "add this record to the records at name 'foo'". The
updates are also atomic, i.e. they must either succeed or fail.
Changes must not become visible to clients until the update has
committed. In short, zone updates are transactional.
Cache updates are done by the server in the ordinary course of
handling client requests. Unlike zone updates, cache updates do not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment