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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

How Connect columns in CSV files

Hi, lately I have a issue which I couldn't connect a column from my first CSV import file through a second one to the a column in the 3th CSV file, What I mean is I have 3 CSV files, in first one a list of books and information about them in second o...

Deprecation timelines

Hi there, moving a conversation over from my 'intro' mail! Hello from Igor Clark No, we will maintain the /db/transactin/commit* endpoint for transactional cypher. the other one is not streaming. Which is what all non-bolt drivers should use. Ca...

About the Server category

Questions around Neo4j Server. Esp. the Bolt and HTTP endpoints, configuration issues that don't fit into #neo4j-graph-platform:operations. Or just run Neo4j in Production on Aura

Resolved! Neo4j temporal date - post going to expiry

I want to show to user the post going to expiry with in 23:05:10 (hh:mm:ss) but the below query working opposite (01:55:50) if the expiry time is not belongs to today. If expiry time in same date yes it working properly, can anyone tell me how to fix...

gchokeen by Node Link
  • 1077 Views
  • 2 replies
  • 2 kudos

Resolved! PROFILE | EXPLAIN details

Given a query that is misbehaving ( due to its author im sure ( me )). I ran it with explain and profile but am having a hard time deciphering what i'm seeing into actionable improvements. I wasn't able to find a lot of in-depth docs on the topic. A...

Resolved! Effect of Read Transactions on Transaction Log?

How do read transactions affect (if at all) the transaction log created by neo4j? We need to know this so that we can set optimal log pruning and checkpointing strategies for our database. According to the documentation here: https://neo4j.com/docs/o...

sam by Node Clone
  • 1240 Views
  • 1 replies
  • 2 kudos

Issue with Cypher ' IN ' filter

I have 70k nodes with label User Match (user:User) return collect(user) // in under 700ms returns all 70 k users Match (user:User), (india:Country{id:12}) where user.id in india.user_ids_list return collect(user) // taking 25 seconds to return 57k u...

Create Cypher Overwriting Existing Nodes

Exported a database (using the neo4j-admin dump command) and imported into my local environment (using neo4j-admin import). My first node id exists at 12. Creating a new node generates an id of 8, another id of 9, another of 10, another of 11, and f...

mattszo by Node
  • 3021 Views
  • 13 replies
  • 1 kudos

Seeking feedback on Neo4j in Azure

Hi all, I'm currently working on some changes to the Neo4j azure template, which is found here. If folks on this forum have deployed it, or have opinions / experiences working with it, we'd love to hear them to make the next version as good as possib...