forked from facebookarchive/linkbench
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
From a brave user...
- Suppose I load 'x' number of nodes. I expect to see 'x' number of rows in nodetable after load phase. With the pervious old version(2011), the number of rows were as expected. But, with the new repository, the number of rows after load phase is '0'. The linktable shows the correct number of rows but not the 'nodetable'. Here's an example
LOAD PHASE COMPLETED. Loaded 4 nodes (Expected 4). Loaded 961966 links (240491.50 links per node). Took 811.6 seconds. Links/second = 1185
Load Phase completed....
Number of rows in linktable: count
--------
961966
Number of rows in counttable: count
-------
4
Number of rows in nodetable: count
-------
0
- When I use the username 'linkbench' as suggested in the README, it for some reason looks for database with that name. Not sure why. So, it only works when the username is same the database name which is 'linkdb'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels