Hi Community,
In traditional InterSystems SQL, I can use the %NOINDEX keyword during a bulk INSERT to improve performance and then run BUILD INDEX %ALL afterward to populate the indices.
I am looking to implement a similar strategy for an InterSystems FHIR Server.
- Is there a way to import/save FHIR resources while skipping the search table extraction (the FHIR version of
%NOINDEX)? - Once the data is loaded, what is the correct programmatic way to "rebuild" the search tables?
Thank you!

.png)
