Tim Ebben

Results 16 comments of Tim Ebben

The different scenario's now give the expected result: https://github.com/gost/server/commit/11ca2c79223dddc4b00ba0463bf8d4e8243998b3

Created a new issue for performance problems: https://github.com/gost/server/issues/149 Can you test on a smaller set and close issue #146 if fixed?

Tried VolantMQ a few months back which looks promising but missing some functionality for us to be useful, I created an issue back then: https://github.com/VolantMQ/volantmq/issues/60 Also found this in the...

Created docker geodan/gost-db:test with PostGIS 10 (mdillion/10-alpine) Did the same tests and only saw a 3 second performance improvement over Test 2 which can also be caused by slightly lesser...

Problem was that the query planner was using the wrong strategy. To fix this the problem I had to change some things on the observation table in the database and...

@anneb Is it possible to store a reference to the instanced model/mesh instead of the downloaded bytes? This way you won't have the 'risk' of requiring more memory and save...