Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
santip committed Jan 4, 2012
1 parent fa1af60 commit 8c6f3f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ The Storage component comprises 2 servers:

* Indexes. The IndexesServer fulfills different functionalities:

> - Serves the records to the IndexRecoverer (Reader)
* Serves the records to the IndexRecoverer (Reader)

> - Takes records from the raw files and deals them to the different indexes files (Dealer)
* Takes records from the raw files and deals them to the different indexes files (Dealer)

> - Optimizes log files. Merges all mergable operations (Optimizer)
* Optimizes log files. Merges all mergable operations (Optimizer)

* Writer

> - The writer gets the call from the API when a new doc is added. It writes down the log storage raw files.
* The writer gets the call from the API when a new doc is added. It writes down the log storage raw files.

### Running

Expand Down

0 comments on commit 8c6f3f4

Please sign in to comment.