Sebastian Utz
Sebastian Utz
We should factor hard-coded rules out of our JoinPlanner first, e.g. https://github.com/crate/crate/issues/10504.
Yes by default the cluster is collecting statistic information of all tables every 24h. See https://crate.io/docs/crate/reference/en/4.8/config/cluster.html#stats-service-interval. These statistics are used to optimize execution plans and to fill the `pg_stats` table,...
I'll close the issue for now. If you still experience issues like that, please re-open.
I've re-opened it cause I wonder that collecting the statistic causes a significant high load, can you give us a bit more information what higher load you experience? for example:...
> Because I don't think I can set a specific time for the stats collection, like only at night. Or is it the same behavior as he ANALYSE command referred...
@proddata The warning log message should not be written in some cases, fixed by #12982, but if so it can be ignored. Thank you for reporting.
For the first iteration we will limit the scope to implement: - `CREATE ROLE [INHERIT]` (we will implement the the default option `INHERIT` but no other option) - `DROP ROLE`...
> Let's hold it for a while, case when a `routing_partition_size` is specified needs special handling, see [elastic/elasticsearch#48863 (comment)](https://github.com/elastic/elasticsearch/issues/48863#issuecomment-952660243) We've never exposed the `routing_partition_size` setting, so the issue isn't relevant...
@Lyra126 I think a `regexp_match` function should be implemented similar to our existing `RegexpMatchOperator` (but inherit from `Scalar` instead of `Operator`) while additional support of the `flags` argument like the...
We've changed our signing key to support (and prefer) the SHA512 algorithm using the great example at https://github.com/chrisberkhout/sha1-key-fix/blob/master/SHA1KeyFix.ipynb. The public key at `https://cdn.crate.io/downloads/yum/RPM-GPG-KEY-crate` was updated also, so installations on RHEL...