Skip to content
New issue

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

BULK_MAXAGE / BULK_MAXSIZE - insert limits!? #497

Open
bzed opened this issue Apr 23, 2024 · 2 comments
Open

BULK_MAXAGE / BULK_MAXSIZE - insert limits!? #497

bzed opened this issue Apr 23, 2024 · 2 comments

Comments

@bzed
Copy link

bzed commented Apr 23, 2024

Hi,

according to the documentation there is are
BULK_MAXSIZE
BULK_MAXCACHE
settings, but I can't find them in the code.

Is there any undocumented way I didn't find to limit the size of the inserts?

Thanks,

Bernd

@akvlad
Copy link
Collaborator

akvlad commented Apr 23, 2024

Now it sends as many as you can ingest during 100ms.
Also we have a limit for ingestion of 50MB/sec before a request proceeds to be parsed.

@akvlad
Copy link
Collaborator

akvlad commented Apr 25, 2024

@bzed can you suggest the best solution you suggest about the BULK_MAXSIZE configuration?
What should happen if the request overflows the configured value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants