CulturePlex / Sylva

A Relaxed Schema Graph Database Management System
sylvadb.com
Other
53 stars 9 forks source link

Amazon Sylva is not counting nodes correctly #11

Closed ghost closed 11 years ago

ghost commented 11 years ago

In the graph view the number of nodes listed under the title of the graph is not correct.

versae commented 11 years ago

Could you be a little bit more specific? Steps to reproduce, or graph slug to check would help.

ghost commented 11 years ago

Yes sorry Javi. It seems to be fine now. But both Nandi and I were wondering why it only showed 32 nodes before, when there were really 104. Now that I open it again it shows 104....Btw what is the best way to show errors like this? I don't know what a graph slug is exactly.

versae commented 11 years ago

A "slug" is a url that is generated given some text (for example, a webpage title) so that the url for a given item is readable for humans. In SylvaDB, the slug of a graph is the grang name but "adapted" to be human friendly. You can find that in the URL, That's the unique identifier for the graph.

On the other hand, SylvaDB caches total number of nodes and relationships, but sometimes those number can be out of date with regards to the real number, that's because you can see a wrong number. I reloaded the cache.

To report this kind of errors is better to give some information about your environment, browser, version, OS, and more importantly, what you were doing right before you saw the error. And even you can provide steps to replicate it.