Closed FANHIDE closed 4 years ago
hi! I added the full schema now: https://github.com/SvenskaSpel/locust-plugins/blob/master/locust_plugins/timescale_schema.sql
Let me know if it works or not :)
thx!I will try later~
hi, there is a new question when i want to insert into testrun table. the _changeset_guid = 'lsls'
Maybe you need to add timescale to your config? https://github.com/timescale/timescaledb/issues/562
I use the docker image to start the timescale,the image is timescale/timescaledb:latest-pg10
I just check the config : I try to restart the docker container , create the table again. But it doesn't work
Try running it from cli and add the update command listed here first https://docs.timescale.com/latest/using-timescaledb/troubleshooting
thx! I solved this just now~
When i use TimescaleListener, i found that the listeners_timescale_table.sql file only contains create table request. There is my question: how to create table testrun events and user_count
thx!