Skip to content
Snippets Groups Projects
Commit 2ea3f8bc authored by Sven-Ove Hänsel's avatar Sven-Ove Hänsel
Browse files

results of third experiment

parent d6ad35f9
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 40601 deletions
Cadvisor: https://snapshots.raintank.io/dashboard/snapshot/BwW70G4koXNA2cJ2eLpi2963RSkzrShC
Neo4j: https://snapshots.raintank.io/dashboard/snapshot/v9bkrPu7bfft5qAKepSJSqZGwsUpS4yz
PG: https://snapshots.raintank.io/dashboard/snapshot/t01eCg79Ez0zCftVW3SKN7iOWwYbwmRT
\ No newline at end of file
2024-02-11 11:58:08,661 - INFO - Connected to db... bolt://ongdb:7687
2024-02-11 11:58:09,615 - INFO - Results for Query anc:
2024-02-11 11:58:09,615 - INFO - Python executed in: 0.9520704746246338s
2024-02-11 11:58:09,617 - INFO - DBMS answered in: 800 ms
2024-02-11 11:58:10,050 - INFO - Results for Query desc:
2024-02-11 11:58:10,051 - INFO - Python executed in: 0.432955265045166s
2024-02-11 11:58:10,051 - INFO - DBMS answered in: 428 ms
2024-02-11 11:58:10,331 - INFO - Results for Query path:
2024-02-11 11:58:10,331 - INFO - Python executed in: 0.27927565574645996s
2024-02-11 11:58:10,332 - INFO - DBMS answered in: 263 ms
2024-02-11 11:58:10,565 - INFO - Results for Query 2-hop:
2024-02-11 11:58:10,565 - INFO - Python executed in: 0.2283926010131836s
2024-02-11 11:58:10,566 - INFO - DBMS answered in: 227 ms
2024-02-11 11:59:09,731 - INFO - Results for Query anc:
2024-02-11 11:59:09,732 - INFO - Python executed in: 0.09069252014160156s
2024-02-11 11:59:09,732 - INFO - DBMS answered in: 88 ms
2024-02-11 11:59:12,463 - INFO - Results for Query desc:
2024-02-11 11:59:12,463 - INFO - Python executed in: 1.7274718284606934s
2024-02-11 11:59:12,467 - INFO - DBMS answered in: 1285 ms
2024-02-11 13:04:11,071 - INFO - Database connection closed.
Query Key,Start Time,End Time,Execution Time (ms),Total Time (s)
anc,1707652688.6631181,1707652689.6151886,800,0.9520704746246338
desc,1707652689.617468,1707652690.0504234,428,0.432955265045166
path,1707652690.0522544,1707652690.33153,263,0.27927565574645996
2-hop,1707652690.3366828,1707652690.5650754,227,0.2283926010131836
anc,1707652749.640815,1707652749.7315075,88,0.09069252014160156
desc,1707652750.7358341,1707652752.463306,1285,1.7274718284606934
...@@ -241,7 +241,7 @@ services: ...@@ -241,7 +241,7 @@ services:
container_name: pub_cdm container_name: pub_cdm
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/pub_cdm image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/pub_cdm
environment: environment:
- lines_per_window=2000 - lines_per_window=2500
- path_to_firstK=/var/lib/import/first1k.json - path_to_firstK=/var/lib/import/first1k.json
- path_data=/var/lib/import/ - path_data=/var/lib/import/
- sleep_time=1 - sleep_time=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment