Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetector1374 authored Aug 8, 2024
1 parent 167d3ef commit ec4c2f5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ But also serves as an implementation of InnoDB's storage engine in Rust.
Project is currently under heavy development and in its early stages.

# Building
Try building the tool in release mode unless you have a specific reason to not do so.
The performance difference is non-trivial given Rust performs checked arithmetic
in debug mode.
Try building the tool (especially page_extractor) in release mode. The performance
difference is non-trivial partially due to the Rust checked arithmetic in debug mode.

# Usage
See the Wiki for usage / guide.

# MySQL Support
This tool-set is develoed with MySQL 8.0, as that is the database I had to recover.
Contribution to support older / newer version / table format is more than welcome.

# Tools

Expand Down

0 comments on commit ec4c2f5

Please sign in to comment.