@lotics/app-sdk 0.62.1 → 0.62.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/queries.md +2 -1
- package/package.json +1 -1
package/docs/queries.md
CHANGED
|
@@ -817,7 +817,8 @@ slice, and within it:
|
|
|
817
817
|
- **B-tree-served (automatic for deployed queries):** text `equals`, number and date
|
|
818
818
|
comparisons (exact and range), and `sort` fields — for fields referenced in a **deployed
|
|
819
819
|
named query's template**. The platform provisions a partial expression index per referenced
|
|
820
|
-
field automatically: built online
|
|
820
|
+
field automatically: built online whenever a query is written (`app query set`, or a chat
|
|
821
|
+
draft's publish — a deploy does not write queries), re-synced daily,
|
|
821
822
|
capped at 8 per table (fields past the cap fall back to the scan tier, with a server WARN).
|
|
822
823
|
A `{{params.…}}` value hole doesn't change this — the field key is static in the template,
|
|
823
824
|
so it still gets its index. Index-seek speed at any table size once provisioned.
|