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
Querying a specific parameter within json stored to a stream
Is there a way to query Multichain blockchain data from within Multichain-Web-Demo?
Are there any plans to query values?
Perform Query Search in Multichain
Better approach to retrieve data from streams
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 searching algorithm does "liststreamkeyitems" use?
+1
vote
When this command is called, what exactly is the algorithm used to search through the list of keys across the blocks? i.e. Linear search, binary search etc
Is each block searched individually or are they merged and then searched?
Thanks,
Charlie
search
query
asked
Mar 8, 2018
by
charlieasmith96
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
It's not a searching algorithm – if a node is subscribed to a stream it's indexing that stream's content in real time, and the data is pulled instantly out of the index for any API call whih queries that stream.
answered
Mar 9, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...