flush data from memory to a file #677
andreypanchenko
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I think I do not understand. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to implement a feature in the current project that would reach the memory threshold allocated for a specific process, the one that reads from the database serves this memory in a file, then again reaches this specified memory threshold and writes to the file again, and in this way we could retrieve data from odbc using the odbc driver into a file iteratively. Deiteration is the number of reads and writes to one file or to several if it goes beyond the limit of the one on the code that we allocated to this file?
Let's say we have a parameter --batch-size-memory, and we set it to a 256 MB whenever it reaches, we are appending this data to the current file, or make a new one as it declared in --file-size-threshold.
Beta Was this translation helpful? Give feedback.
All reactions