[PR #19] [MERGED] Fix query performance #21

Closed
opened 2026-05-23 08:36:50 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-core/pull/19
Author: @appy-one
Created: 9/13/2022
Status: Merged
Merged: 9/13/2022
Merged by: @appy-one

Base: masterHead: fix/query-performance


📝 Commits (4)

  • c3b10c8 Improve query.delete performance
  • f6d4498 Improve query.exists performance
  • 74c368e Use find in count & forEach
  • 51f9190 chore: build

📊 Changes

5 files changed (+125 additions, -74 deletions)

View changed files

📝 dist/cjs/data-reference.js (+41 -23)
📝 dist/cjs/data-reference.js.map (+1 -1)
📝 dist/esm/data-reference.js (+41 -23)
📝 dist/esm/data-reference.js.map (+1 -1)
📝 src/data-reference.ts (+41 -26)

📄 Description

Greatly improves query performance for remove and exists


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-core/pull/19 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/13/2022 **Status:** ✅ Merged **Merged:** 9/13/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/query-performance` --- ### 📝 Commits (4) - [`c3b10c8`](https://github.com/appy-one/acebase-core/commit/c3b10c8921e016a0d1f75d9e5207e19d6d10b2a6) Improve query.delete performance - [`f6d4498`](https://github.com/appy-one/acebase-core/commit/f6d4498bd809f2a8004eddebfbe9fe4dd93e1a7a) Improve query.exists performance - [`74c368e`](https://github.com/appy-one/acebase-core/commit/74c368e52bd782225414984c305fafd84d2902d3) Use `find` in `count` & `forEach` - [`51f9190`](https://github.com/appy-one/acebase-core/commit/51f9190833d59e45e2171febcde8835e59c4d0c1) chore: build ### 📊 Changes **5 files changed** (+125 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `dist/cjs/data-reference.js` (+41 -23) 📝 `dist/cjs/data-reference.js.map` (+1 -1) 📝 `dist/esm/data-reference.js` (+41 -23) 📝 `dist/esm/data-reference.js.map` (+1 -1) 📝 `src/data-reference.ts` (+41 -26) </details> ### 📄 Description Greatly improves query performance for `remove` and `exists` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:36:50 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-core#21
No description provided.