-
The MICROPY_PY_BTREE option is specified for ESP8266 and ESP32, but not for the Pyboard D. Is this intentional?
-
## Background
Building a Merkelized BTree store with a key value interface, parameterized for a target fan-in factor of 1024 or so, and large leaves bundled together will significantly help imp…
-
-
This is all I see from the logs, don't see full stack trace. I can reproduce this from the autosharding tests as well.
Here's example log from the test
```
use_sharding_propagation_for_default_s…
-
Currently we get a horrible stack dump for
```python
import pyfive
f = pyfive.File('zero.nc')
v = f['var']
d = v._dataobjects
d._get_chunk_addresses()
```
which gives:
```
File ~/Repositor…
-
Hi I am recently use merkle btree but I didn't find any implement on github.
Could I support it here instead of creating a new repo? :-)
Thanks!
-
sql:
CREATE UNIQUE INDEX t_role_tcd_unique_index ON dino.t_role USING btree (tenant_id, \
code,(CASE WHEN (del_flag = 1) THEN id ELSE (del_flag)::bigint END));
cannot be parsed
int main()…
-
Hi. I was getting this error:
> Error: near line 4: near "USING": syntax error
When I had the following syntax in my SQL backup file:
```
CREATE TABLE `table_name` (
UNIQUE KEY `hostname_doma…
-
This warnings appears since upgrade to 6.6.0 (branch master):
```
[ 336.210444] ------------[ cut here ]------------
[ 336.210459] btree trans held srcu lock (delaying memory reclaim) by more tha…
-
Does rtm mean Intel TSX instructions?