Merge remote-tracking branch 'origin/main' into fix-setloadfields-order-myth

# Conflicts:
#	community/knowledge/performance/call-setloadfields-before-filters.md

Co-authored-by: JeremyVyska <35526546+JeremyVyska@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-22 08:11:13 +00:00 committed by GitHub
commit ee73a0c98d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
474 changed files with 7604 additions and 1969 deletions

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [singleinstance, subscriber, event, memory, session]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Avoid growing globals in SingleInstance subscribers
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [maintainsiftindex, sift, calcsums, flowfield, write-cost]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Choose MaintainSIFTIndex by read-write ratio
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [setloadfields, case, conditional, branch, field-loading]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Load common fields before branching on case
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [setloadfields, primary-key, reference, existence-check, memory]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Load only primary key fields for reference work
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [setloadfields, filter, field-exclusion, index]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Omit filter-only fields from SetLoadFields
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [case, branch, frequency, control-flow, hot-path]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Order case branches by frequency
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description

View file

@ -1,5 +1,5 @@
---
bc-version: [26..28]
bc-version: [all]
domain: performance
keywords: [deleteall, bulk-delete, sql, ondelete, trigger-bypass]
technologies: [al]
@ -9,7 +9,7 @@ application-area: [all]
# Use DeleteAll for filtered bulk deletion
> **Seed article.** Ported from BC Code Intelligence to seed the community corpus. Community contributors are invited to expand or refine.
> Contributions welcome — open a PR to refine or extend this article.
## Description