[
https://issues.apache.org/jira/browse/TS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Plevyak updated TS-46:
---------------------------
Attachment: ts-partition-size-jp-v1.patch
This is an initial patch. It currently does unaligned accesses to memory, but
it has been tested for 10+ hours on x86 32-bit and a smoke test on x86_64. For
your reviewing/testing pleasure.
> increase cache partition size to avoid write-aggregation seeks
> --------------------------------------------------------------
>
> Key: TS-46
> URL: https://issues.apache.org/jira/browse/TS-46
> Project: Traffic Server
> Issue Type: Improvement
> Components: Cache
> Environment: all
> Reporter: John Plevyak
> Attachments: ts-partition-size-jp-v1.patch
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Currently cache partitions are 8GB. Because each has a write pointer, this
> means on a decent size
> disk there are a hundred or more write pointers which means a lot of seeking
> for writes
> (which really should be aggregated). The proposal is to make it possible to
> have large partitions
> (up to .5 PB) by increasing the side of the cache directory entry from 8 to
> 10 bytes and using the
> additional bits for the offset.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.