Draco
Draco
Close #557 ## Rationale INSERT INTO SELECT is useful to migrate table, benchmark(to quickly generate lots of data). ## Detailed Changes When generating the insert logical plan, alse generate the...
### Describe this problem Queries involving multiple tables fail to find table in a cluster environment. ### Server version commit [0970b03](https://github.com/apache/horaedb/commit/0970b0386662bb477f4d96f1655e726c27f7d3eb) ### Steps to reproduce ```sql CREATE TABLE `t1` (`timestamp`...
## Rationale Improving WAL based on local disk. This is a follow-up task for #1552. ## Detailed Changes 1. Make MAX_FILE_SIZE configurable. 2. Allocate enough space when creating a segment...
### Describe This Problem To implement a WAL based on the local disk, in addition to using segment files to record logs, it is also necessary to use another file...
## Description Executing a Cypher query using the `ANY` function in FalkorDB fails to return the expected result. ## Steps to Reproduce ```cypher CREATE (n:N {v:1}); WITH [0] AS c...
## Description Executing the following MATCH query on FalkorDB takes over 1 second, whereas the same query completes in under 20 milliseconds on Neo4j. This suggests a potential performance issue....