"The application has been tested with log files several gigabytes in size from dozens of machines and can process all of it in minutes."
That's the time it takes to connect to 20+ machines, download multiple gigs of log files from all of them, and parse/ingest all the data into a sqlite. If you have a big machine with a lot of cores and a lot of RAM, it's incredibly performant for what it does.
eigenvalue|2 years ago
"The application has been tested with log files several gigabytes in size from dozens of machines and can process all of it in minutes."
That's the time it takes to connect to 20+ machines, download multiple gigs of log files from all of them, and parse/ingest all the data into a sqlite. If you have a big machine with a lot of cores and a lot of RAM, it's incredibly performant for what it does.