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 2

In TON, how can we handle large amounts of data in messages? What are some techniques for efficiently storing and transmitting big data through messages?
In TON, how can we handle large amounts of data in messages? What are some techniques for efficiently storing and transmitting big data through messages?
In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, which can be difficult to store in a single message. So, the question is asking how TON handles storing and processing large amounts of data within messages, and what strategies can be used to deal with this issue.
In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, which can be difficult to store in a single message. So, the question is asking how TON handles storing and processing large amounts of data within messages, and what strategies can be used to deal with this issue.
#messages #transactions #func
#transaction #messages #func
8 months ago
Original
In TON, how can we handle large amounts of data in messages? What are some techniques for efficiently storing and transmitting big data through messages?

In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, which can be difficult to store in a single message. So, the question is asking how TON handles storing and processing large amounts of data within messages, and what strategies can be used to deal with this issue.
#transaction #messages #func