-
Will Enhancement CSV files be cached? When querying, is the data retrieved from the disk or from memory? If it's from memory, how can hot reload be achieved when the CSV file is updated? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jan 2, 2025
Replies: 1 comment
-
Hi @Rentu ! The CSV is loaded at start-up into memory. It is only reloaded if a SIGHUP is issued to Vector to trigger a reload. There is an issue to enhance Vector to watch the file for changes and trigger a reload: #11817 See also: #19782 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jszwedko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Rentu !
The CSV is loaded at start-up into memory. It is only reloaded if a SIGHUP is issued to Vector to trigger a reload. There is an issue to enhance Vector to watch the file for changes and trigger a reload: #11817
See also: #19782