chdb icon indicating copy to clipboard operation
chdb copied to clipboard

Reimplement the session mode to support Memory engine

Open auxten opened this issue 4 months ago • 0 comments

Discussed in https://github.com/orgs/chdb-io/discussions/196

Originally posted by l1t1 February 7, 2024

:) create table a engine=Memory as select 1 a;

0.11995077133178711
:) select * from a;
Code: 60. DB::Exception: Table _local.a does not exist. (UNKNOWN_TABLE)

0.11473512649536133
```</div>

auxten avatar Feb 08 '24 10:02 auxten