mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Added how block order comes from MongoDB
This commit is contained in:
parent
6f2c61d778
commit
7db977cdb5
@ -44,7 +44,7 @@ You can look at many timestamps to get a statistical sense of when something hap
|
||||
|
||||
## How BigchainDB Uses Timestamps
|
||||
|
||||
BigchainDB _doesn't_ use timestamps to determine the order of transactions or blocks. In particular, the order of blocks is determined by RethinkDB's changefeed on the bigchain table.
|
||||
BigchainDB _doesn't_ use timestamps to determine the order of transactions or blocks. In particular, the order of blocks is determined by MongoDB's oplog (or RethinkDB's changefeed) on the bigchain table.
|
||||
|
||||
BigchainDB does use timestamps for some things. When a Transaction is written to the backlog, a timestamp is assigned called the `assignment_timestamp`, to determine if it has been waiting in the backlog for too long (i.e. because the node assigned to it hasn't handled it yet).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user