Distributed Systems Pattern: Segmented Log



A single log file can grow and become a performance bottleneck while
its read at the startup. Older logs are cleaned up periodically and doing
cleanup operations on a single huge file is difficult to implement. A
Segmented Log splits the logfile into smaller files.



more…

1 like ·   •  0 comments  •  flag
Share on Twitter
Published on August 13, 2020 06:58
No comments have been added yet.


Martin Fowler's Blog

Martin Fowler
Martin Fowler isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Martin Fowler's blog with rss.