Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Is it possible to exchange data between adresses in which the data is not viewable for other participants?
please help me it is very urgent
What is the architecture behind this concept?
What happens behind the scene in streams and blockchain mining ?
Is it possible to access the multichain network on mobile apps
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
What is the access time in MultiChain?
[closed]
+2
votes
If I use a MultiChain blockchain to store hashes, what is the time access time to lookup hashes in the blockchain? Is it O(n) or O(log(n)) for example?
Is there any literature on this?
closed with the note:
Answered
multichain
blockchain
access
asked
Jan 20, 2017
by
anonymous
closed
Jan 20, 2017
Please
log in
or
register
to add a comment.
1 Answer
+2
votes
Best answer
Assuming you use streams, and put the hash in the key of stream items, then lookup time (as inherited from LevelDB) is O(log n).
answered
Jan 20, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...