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
Count Stream Items of a Given Key
same key of for a address in stream
What is the best way to determine the integrity of a stream in Multichain?
Can I revoke access for an address in a node to view items in a stream
Is there a way to query data-hex, output key in data stream?
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
Is the access of elements within a stream given a key indexed in any way?
+1
vote
In the worse case, would we need to scan through all the elements of a stream to find the relevant item?
related to an answer for:
Time complexity of API calls
streams
asked
May 16, 2018
by
maracujah
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Yes, it's completely indexed. All the stream retrieval APIs have proper indexes supporting them, and they never do some kind of full scan.
answered
May 16, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...