-
I saved a model(KNNClassificationModel) using java serialization and when I use it later, I always get **_java.lang.IllegalArgumentException: Flat hash tables cannot contain null elements._**
on the d…
-
**Is your feature request related to a problem? Please describe.**
When the smaller table in a hash inner join has low cardinality and high multiplicity (many duplicate values), we observe degradatio…
-
In case an update of PROPOSAL changes something about a cross section parametrization, the hashes don't change, but the contents of the interpolation tables might change.
This means that if using a…
-
```
IMPORT DATABASE CONFIGURATION FROM FILE "/opt/shardingsphere-proxy/conf/config-xxx.yaml";
```
I have same error. [44000][19001] Storage units `[ds_0]` do not exist in database `database_name`.…
wnose updated
3 months ago
-
## Bug Report
### What version of TiKV are you using?
[2022/04/15 03:54:07.621 +00:00] [INFO] [client.go:390] ["Cluster version information"] [type=tidb] [version=6.1.0-nightly] [git_hash=654e…
-
```sql
create table ARR ( i UInt64, arr Array(String) ) Engine=MergeTree order by i;
insert into ARR select number, arrayMap ( i -> toString(cityHash64(i*number)), range(500000)) from numbers(100);
…
-
br :nightly
br pod 6c16g
cluster 3tidb(16c) + 3tikv(16c) +1pd
100 thousands databases
more than 1M tables
command line:
`GOMEMLIMIT=12GiB tiup br:nightly backup full --pd "pd-peer:2379" …
-
Sourcify raw data is now published in new formats: https://x.com/sourcifyeth/status/1836042721972359399
I think we should still support and incentivize self hosting Sourcing data by:
- Updating …
-
The book of shen 3rd edition, page 93 says:
> The function put receives
> 1. An expression e_1.
> 2. A pointer p which is used to point to ...
> 3. ... a value e_2 within ...
> 4. an (optionall…
-
To facilitate composability, it'd be nice if this were possible:
```
r.expr({hi: 'there'}).get('hi')
=> 'there'
```
Since we can't pass tables to functions, it'd be nice to be able to memoize system…