Skip to content

Commit

Permalink
Info about versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBargas committed Feb 24, 2020
1 parent f902054 commit 76f1ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ The main differente for now is the primary key indexes. On storm, the PK index (
By nature, an ID is already unique, so there's no need to indexing the ID.
This way, rainstorm uses the Primary Keys as ID so almost every operations over ID index is executed as fast as possible.

Rainstorm emerged from the fork of storm library at version 3.1.0. After renaming the package and their imports to the rainstorm, version 3.2.0 was generated.
This means that if you want to test the library with the same characteristics that it had at the time of the fork, just use version 3.2.0.
To take advantage of the performance changes made after the fork, just use version 4 and above.

## Import Rainstorm

```go
Expand Down

0 comments on commit 76f1ae9

Please sign in to comment.