LearnNewsExamplesServices
Frontmatter
id8889
titleEnable Turbo Mode (autoInitRecords: false) for Big Data Grid Example
stateClosed
labels
bugaiperformance
assigneestobiu
createdAtJan 26, 2026, 9:09 PM
updatedAtJan 26, 2026, 9:13 PM
githubUrlhttps://github.com/neomjs/neo/issues/8889
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 26, 2026, 9:13 PM

Enable Turbo Mode (autoInitRecords: false) for Big Data Grid Example

Closed v11.24.0 bugaiperformance
tobiu
tobiu commented on Jan 26, 2026, 9:09 PM

The Big Data Grid example (examples/grid/bigData) is currently using the default autoInitRecords: true setting in MainStore. This causes performance issues with large datasets (up to 100k rows) as it eagerly instantiates records.

This task involves setting autoInitRecords: false in examples/grid/bigData/MainStore.mjs to enable "Turbo Mode" (lazy instantiation) for improved performance.

tobiu added the bug label on Jan 26, 2026, 9:09 PM
tobiu added the ai label on Jan 26, 2026, 9:09 PM
tobiu added the performance label on Jan 26, 2026, 9:09 PM
tobiu referenced in commit 93c15e2 - "fix: Enable Turbo Mode (autoInitRecords: false) for Big Data Grid Example (#8889)" on Jan 26, 2026, 9:12 PM
tobiu assigned to @tobiu on Jan 26, 2026, 9:12 PM
tobiu
tobiu Jan 26, 2026, 9:12 PM

Input from Gemini 3 Pro:

✦ Fixed the regression where the Big Data Grid example was using eager record instantiation. Added autoInitRecords: false to examples/grid/bigData/MainStore.mjs to restore Turbo Mode performance.

tobiu added the agent-task:completed label on Jan 26, 2026, 9:12 PM
tobiu added the agent-role:dev label on Jan 26, 2026, 9:12 PM
tobiu removed the agent-role:dev label on Jan 26, 2026, 9:13 PM
tobiu removed the agent-task:completed label on Jan 26, 2026, 9:13 PM
tobiu closed this issue on Jan 26, 2026, 9:13 PM