Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPプロジェクトでNeo4jをいじっています。現在、約 100.000 のノードを作成していますが、ランダムな関係を設定して、速度に関するセットアップのテストを行う方法を考えています。
ノードにはランダムなプロパティしかないので、ID を使用してリレーションを配置する方法が必要です。
何かアドバイス?
ありがとう!
Maybe you could just find the highest ID in use on nodes, and then randomly generate a 2 node-ids to connect, and retry if there are no nodes on these IDs?