Skip to content

Issues for linkbench + Postgres #6

@mdcallag

Description

@mdcallag

From a brave user...

  1. 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
  1. 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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions