Wilfried Goesgens

Results 191 comments of Wilfried Goesgens
trafficstars

`CREATE::PROCESSOR::HIERARCHY` is your UDF if I get that correctly? Its bailing on too deeply nested objects?

Please note that AQL is not supported from inside UDFs. https://www.arangodb.com/docs/stable/aql/extending-conventions.html#variables-and-side-effects

It has always been stated, that AQL UDFs *must* only work with parameters and their code. If it has been working before that's more of by accident, but was explicitly...

can you provide the query and a script to create the collections (and maybe data inserts?) required to reproduce this?

It is a [more or less randomly chosen number](https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/ExecutionPlan.h#L68) since with a certain size of nodes the plan optimization starts to become more and more expensive. Since most users tend...

please note that we only provide 64 bit binaries including AVX. There is however a special container with less optimized binaries: `arangodb/arangodb:3.9.2-noavx` You can inspect the supported instructions of your...

so see, your cpu is in lack of AVX support: ``` processor : 31 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen Threadripper...

pick the non-avx enabled docker container I posted above, or get a newer machine ;)

All the binaries are universal binaries statically linked. You can copy them out of the docker container over i.e. the RPM installed ones of the same version, and you should...

I'm seeing this too on debian jessie amd_64. node --version v6.3.0 gitbook --version CLI version: 2.3.0 GitBook version: 2.6.7