For processing reports, log files, and the like, this is exactly the behavior you want.
对于处理报告、日志文件等类似工作,这是您实际上期望的行为。
2
The upside, as I mentioned, is that it's log structured, so writes are sequential in nature (minimizing seek behavior of the physical disk) and thus very fast.
前面已经提到,它的优点在于它是日志结构的,采用连续写的方式(减少物理磁盘的查找行为),因此非常快。
3
The example in Listing 3 alters the behavior of EasyRestService to log the GET invocation structure before execution.