We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the function insertMultiple (sync) with > 1000 documents, a ORAMA0001 warning is shown.
insertMultiple
ORAMA0001
[ORAMA0001] Warning ... please use insertMultiple
Stack trace: insertMultiple -> insertInnerMultipleSync -> processAllBatches -> processNextBatch -> insert -> insertInnerSync -> trackInsert
insertMultiple -> insertInnerMultipleSync -> processAllBatches -> processNextBatch -> insert -> insertInnerSync -> trackInsert
To get rid of the warning locally: Calling insertMultiple multiple times in batches of < 1000 documents)
Call insertMultiple with > 1000 documents (setting batch size to <= 1000 does not matter).
When using insertMultiple, this warning should not appear.
Node: 22.11.0 Orama: 3.0.1
Data Insertion
No response
The text was updated successfully, but these errors were encountered:
Uhm... that looks like a bug. Thanks for noticing
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using the function
insertMultiple
(sync) with > 1000 documents, aORAMA0001
warning is shown.Stack trace:
insertMultiple -> insertInnerMultipleSync -> processAllBatches -> processNextBatch -> insert -> insertInnerSync -> trackInsert
To get rid of the warning locally: Calling
insertMultiple
multiple times in batches of < 1000 documents)To Reproduce
Call
insertMultiple
with > 1000 documents (setting batch size to <= 1000 does not matter).Expected behavior
When using
insertMultiple
, this warning should not appear.Environment Info
Affected areas
Data Insertion
Additional context
No response
The text was updated successfully, but these errors were encountered: