Skip to content

[CODE] Async operations support #100

@VladRodionov

Description

@VladRodionov

For tiered storage. Second tier is usually much slower than the first one. Executing fetch operation from a second tier asynchronously will improve performance overall. carrot cache introduced support for asynchronous operations by keeping a separate I/O thread pool for that purpose. This efficiently spilts threads into two pools: main - for fast operations in a first tier and I/O for a slower operations in a second tier.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions