cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 982 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1203 Views
  • 1 replies
  • 1 kudos

Resolved! So many functions removed from APOC 5.0?

Hello Neos, Why are there so many functions removed from APOC 5.0 (e.g. apoc.text)? I've read in the documentation-section of the documentation, the one needs to call them within the RETURN-statement, but there is no hint to this functions in the doc...

janezic by Graph Voyager
  • 1673 Views
  • 11 replies
  • 0 kudos

Resolved! Table backfills data for empty values

Here is my problem: I want to look at varying sales each day of the month for April, May, and June, but I don't have any sales for some days in April. Why does Neo4j Backfill the values for May into April and June into May if there is no value for Ap...

gq16_0-1667578149400.png Neo4j Incorrect Table Drawing.png
gq16 by Node Clone
  • 1293 Views
  • 9 replies
  • 3 kudos

Resolved! Simple query: variable not defined.

This is my query: match(n:PLAYER) RETURN player.name   And this is the error: Variable `player` not defined (line 1, column 24 (offset: 23)) "match(n:PLAYER) RETURN player.name"   and this is an example of a PLAYER node: { "identity": 0, "labe...

This DBMS can't be found at the moment

I was running my application then from out of nowhere my database can no longer be found. Neo4j Desktop is showing a warning with an orange triangle saying "This DBMS can't be found at the moment, it might be located in a location that is currently n...

Resolved! need suggestions for writing query

Hi there , How to remove same node relationships globallywith one line query. How to query the nodes must have both sideof same relationships. kindly see the attachments for better understandingsproperties for each nodes :  countryCode91mobileMEFYNnF...

Resolved! count store expand all problem

Hi I'm currently using DBMS version 5.1.0 MY data model is (:User)-[:LIKE]->(:Pull) I'm trying to count the number of likes relationship for a specific Pull using this query PROFILE MATCH res=(:Pull {id:"pull4"})-[:LIKE]-() return size(collect(relat...

moneeb by Node Link
  • 680 Views
  • 2 replies
  • 1 kudos

Neo4j GDS algorithms execution time

Hello Community   I run the Dijkstra source-target shortest path algorithm in Neo4j (community edition) for 7 different graphs. The sizes of these graphs are as follows: 6,301 nodes - 8,846 nodes - 10,876 nodes - 22,687 nodes - 26,518 nodes - 36,68...

Resolved! Count store - Where clause workaround

Hi, I took a look at the count store documentation and as I understand, it's the best solution to count high volume of nodes/relations but there is a limitation on the where clause. It mentioned that workarounds will be discussed at the end of this ...

3X_6_9_69745077ae0475ae2bda0c30c452c9d962e8dc2c.png

Query Profile : No PageCache Hits.

I am using 5.1.0 with a single node(docker), running on 16 vCPUs, 64GB RAM. The config params as below: NEO4J_server_memory_pagecache_size=27g  NEO4J_server_memory_heap_initial__size=23g  NEO4J_server_memory_heap_max__size=23g  NEO4J_db_memory_pagec...