Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 3

one year ago
Why does TON take seconds to process a transaction if it is capable of processing millions of transactions per second?
Why does TON take seconds to process a transaction if it is capable of processing millions of transactions per second?
To put it simply: All the blockchains, including TON, group new transactions into a "block" before they are added to the chain-like structure that consists of all the previous blocks (hence the word "blockchain"). And it always takes some noticeable time to create a new block, due to a number of factors. But a block can contain lots of transactions. And that means the time it took to create a block was not spent on a single transaction, but on all of them at once. So there is no contradiction. When people say "TON can process millions of transactions per second", it means that all that giant stream of transactions won't overwhelm the network. But all the transactions in that giant stream would have that same several-seconds processing time.
To put it simply: All the blockchains, including TON, group new transactions into a "block" before they are added to the chain-like structure that consists of all the previous blocks (hence the word "blockchain"). And it always takes some noticeable time to create a new block, due to a number of factors. But a block can contain lots of transactions. And that means the time it took to create a block was not spent on a single transaction, but on all of them at once. So there is no contradiction. When people say "TON can process millions of transactions per second", it means that all that giant stream of transactions won't overwhelm the network: it wouldn't get down or significantly slow down. But all the transactions in that giant stream would have that same several-seconds processing time.
one year ago
Why does TON take seconds to process a transaction if it is capable of processing millions of transactions per second?
Why does TON take seconds to process a transaction if it is capable of processing millions of transactions per second?
To put it simply: All the blockchains, including TON, group new transactions into a "block" before they are added to the chain-like structure that consists of all the previous blocks (hence the word "blockchain"). And it always takes some noticeable time to create a new block, due to a number of factors. But a block can contain lots of transactions. And that means the time it took to create a block was not spent on a single transaction, but on all of them at once. So there is no contradiction. When people say "TON can process millions of transactions per second", it means that all that giant stream of transactions won't overwhelm the network: it wouldn't get down or significantly slow down. But all the transactions in that giant stream would have that same several-seconds processing time.
To put it simply: All the blockchains, including TON, group new transactions into a "block" before they are added to the chain-like structure that consists of all the previous blocks (hence the word "blockchain"). And it always takes some noticeable time to create a new block, due to a number of factors. But the block can contain lots of transactions. And that means the time it took to create a block was not spent on a single transaction, but on all of them at once. So there is no contradiction. When people say "TON can process millions of transactions per second", it means that all that giant stream of transactions won't overwhelm the network: it wouldn't get down or significantly slow down. But all the transactions in that giant stream would have that same several-seconds processing time.
one year ago
Original
Why does TON take seconds to process a transaction if it is capable of processing millions of transactions per second?

To put it simply: All the blockchains, including TON, group new transactions into a "block" before they are added to the chain-like structure that consists of all the previous blocks (hence the word "blockchain"). And it always takes some noticeable time to create a new block, due to a number of factors. But the block can contain lots of transactions. And that means the time it took to create a block was not spent on a single transaction, but on all of them at once. So there is no contradiction. When people say "TON can process millions of transactions per second", it means that all that giant stream of transactions won't overwhelm the network: it wouldn't get down or significantly slow down. But all the transactions in that giant stream would have that same several-seconds processing time.