Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues for linkbench + Postgres #6

Open
mdcallag opened this issue Jul 31, 2018 · 1 comment
Open

Issues for linkbench + Postgres #6

mdcallag opened this issue Jul 31, 2018 · 1 comment

Comments

@mdcallag
Copy link
Owner

mdcallag commented Jul 31, 2018

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'.
@mdcallag
Copy link
Owner Author

mdcallag commented Aug 2, 2018

I fixed the docs and then updated pgsql-ddl.sql to use linkdb0 instead of linkdb. There was a recent change to support N db/schemas (linkdb0 to linkdb$(N-1) rather than use linkdb.

But I don't have the Postgres skills to do much more than that and look forward to confirmation from someone who does, or a pull request to fix any other problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant