forked from greenlion/ssb-dbgen
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The overall number of records uses the `DSS_HUGE` type; no longer assuming each update segment's row count can fit into an `int` * The seed adjustment functions (`sd_order`, `sd_line` etc.) take a skip count which is a record index; but it is also a `long`, since the seeds are long. Now, we could start changing the seeds into `DSS_HUGE`s, but for now - let's just explicitly cast `DSS_HUGE` record count inputs to these function into `long`s.
- Loading branch information
Eyal Rozenberg
committed
Mar 31, 2019
1 parent
3733851
commit 0604e58
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters