Hacker News new | ask | show | jobs
by lionkor 842 days ago
Neat, thats a pretty good use of a web app.

How is it handled when I want to view logs that are too large to fit in memory?

2 comments

Depends on the size, for me it worked well with decent size JSON log lines, but if it is too much that doesn't fit on the browser memory, can think of index storage of sqlite in the future. Search and filtering can be then loaded to the server + sqlite setup.
Install more memory
Download more RAM