I was going through the documents on Datamodel Acceleration. Can you please help me in confirming if my understanding below is correct?
1. An Addon (TA) does the Data interpretation, classification, enrichment and normalisation. Most key value pairs are extracted during search-time.
2. A data model then abstracts/maps multiple such datasets (and brings hierarchy) during **search-time** . So datamodel as such does not speed-up searches, but just abstracts to make it easy for end-user.
3. During acceleration of datamodel, key value pairs (which were search-time in Step2) are extracted and stored as indexed key-value pairs ?
4. The fields stored in .tsidx files, are independent of TA's and any search on it, should NOT require effort on re-extracting data from _raw?
↧