MrCreosote
MrCreosote
Ok, I hacked the client to add the query param to the REST call and now I see them, sweet. The only remaining question I have is how to map...
Am I right in thinking that https://www.arangodb.com/docs/stable/aql/functions-string.html#starts_with will not use an index? At least in a query with 2 equality filters and one STARTS_WITH filter, the optimizer doesn't choose the...
Belated thanks for the answer... sorry about that. To follow on, the ArangoSearch `LIKE()` function also says it uses an index [1], which implies that ArangoSearch has some sort of...
If interest matters, I'm definitely interested in 1.2.0 and directory support
You can reproduce easily with the docker compose for the shared data quickstart tutorial: ``` ~/temp/test_starrocks$ curl -O -s https://raw.githubusercontent.com/StarRocks/demo/master/documentation-samples/quickstart/docker-compose.yml ~/temp/test_starrocks$ docker-compose up -d Creating network "test_starrocks_default" with the default...