{"id":"term-partitioned-point-query-is-targeted","text":"`TermPartitionedDB.query_by_field` looks up a single index partition by term hash then fetches documents from their home partitions, touching 1 + K partitions (K = distinct data partitions) instead of scattering to all.","truth_value":"IN","source":"entries/2026/05/29/secondary-index-partitioning-secondary_index_partitioning.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{"example":"partition = self._get_index_partition(field, value)\nreturn partition.lookup(field, value)  # single partition"},"explanation":{"steps":[{"node":"term-partitioned-point-query-is-targeted","truth_value":"IN","reason":"premise"}]}}