Bohu
Bohu
> in vacuum-table doc, there's a setting `DATA_RETENTION_TIME_IN_DAYS `, is it a global setting? How can I make this setting vary from table to table? And is this user's task...
This issue is outdate, let's close.
@kedebug Root节点的分裂是很重要的! cascaDB在Lock上也在改进,计划: 所有的lock不应该直接加在Node上,外面需要个Container,所有的lock和unlock统一交给cache来管理。 当对Root进行split的时候,其他线程会一直在Container上进行spin,root nid要保持不变。 这样就不会出现你描述的情况了。 严格避免Lock下的Data Race和Dead Lock问题,应该是我们接下来的一个重点。 Thanx.
Two party example: https://github.com/keyfuse/tokucore/blob/master/examples/two_party_ecdsa_transaction_p2pkh.go
Please upgrade your golang version to 1.12: https://golang.org/pkg/os/#UserHomeDir
Only support bitcoin.
> Others: > > * A repo to test databend's join spilling: https://github.com/xudong963/NOOOM Great, I didn't know have this one. Can you port this into wizard? https://github.com/datafuselabs/wizard
@suimenno3002 Hello, and thank you for your interest in this issue. For your question, EXPLAIN is ok? With the latest version(v1.2.132-nightly), the explain like: ``` -[ EXPLAIN ]----------------------------------- EvalScalar ├──...
You can add a new test like `issue_13718.test` in https://github.com/datafuselabs/databend/tree/main/tests/sqllogictests/suites/base/issues.