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

working fast inserts

parent a497c218
Branches
No related tags found
No related merge requests found
kolloquium kolloquium
ma ma
data
pgdata pgdata
result result
......
...@@ -116,12 +116,12 @@ services: ...@@ -116,12 +116,12 @@ services:
image: docker.gitlab.gwdg.de/sven-ove.haensel/ma_haensel/pub_cdm:latest image: docker.gitlab.gwdg.de/sven-ove.haensel/ma_haensel/pub_cdm:latest
# 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= 45 #${WINDOW_SIZE} - lines_per_window= 1000 #${WINDOW_SIZE}
# $Winndow from python start # $Winndow from python start
- path_to_firstK=/var/lib/import/first1k.json - path_to_firstK=/var/lib/import/first1k.json
- path_data=/var/lib/import/theia/ - path_data=/var/lib/import/theia/
- sleeptime=1 - sleeptime=1
- original=false # - original=false
- mos_host=mos1 - mos_host=mos1
- mos_port=1883 - mos_port=1883
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment