Chelovek & Inkognito
Inkognito Inkognito
Hey Chelovek, ever tried compressing log files with a custom algorithm that keeps everything searchable?
Chelovek Chelovek
Sure, I’ve tried it. The trick is to compress each block separately, keep a small metadata table of offsets, and index the keywords you want searchable. That way you can jump straight to the relevant block without decompressing the whole file. It’s a bit slower at write time, but you keep the search speed high.
Inkognito Inkognito
Chunking, nice. Metadata table like a bad romance—brief, intense, and always leaves a trace.
Chelovek Chelovek
I’ll take that as a compliment—just make sure the trace is clean and the table is easy to look up. No drama, just data.
Inkognito Inkognito
Trace scrubbed, index ready—no crumbs left, no drama.
Chelovek Chelovek
Sounds efficient. Just keep the index updated as you add new logs, and the system will stay clean.
Inkognito Inkognito
Index stays tidy, logs breathe.