Replies: 15 comments 52 replies
|
@adsharma feel free to add anything I missed |
|
There is no migrate DB tool. When you open the DB with lbug cli tool and checkpoint the DB the first time it writes the new version. Subsequently the DB can't be opened with older cli. |
|
Re: no hash index There is an in memory data structure that's used to guarantee pk uniqueness. But it doesn't scale to O(disk). Question is: do we want to implement ART (DuckDB's default index type) or similar in this release cycle? |
|
pgembed is being pulled into tests. #498 This will improve postgres test coverage and test SQL pushdowns. |
|
For icebug-disk integration in icebug, how about we create a new API The only problem I see is once icebug process dies, it has to convert the tables again on re-open |
Grafeo benchmark:It is an in-memory benchmark. Found out that on traversal queries, native is pretty fast compared to arrow-csr. Updated benchmark repo: https://github.com/aheev/grafeo-graph-bench/tree/add-arrow-csr Results attached PS: Couldn't go beyond |
|
@adsharma after the recent commits live-journal benchmark hangs on q6-8. You can try 1 run of a query. Default is 6 runs (1 - warmup, 5 - actual) prev results: #473 (comment) |
FalkorDB benchmarkFalkorDB: 41m 55s Ladybug: still running. est ~7 hrs( each worker ran 16000 queries in 25 mins. Each worker should run 250000 queries) Link: https://github.com/adsharma/falkordb-benchmark/tree/ladybug (not functional. Needs fixes) |
|
@adsharma I was looking into adding a new icebug constructor for |
|
@adsharma icebug_format outputs indices table with "target" column. Can you please add support for |
icebug-format changes
icebug
ladybug
VerdictThe only way we can support undirected graphs in icebug-format is by making it ouput two Release protocol
|
|
@adsharma how do I run buscope? The cmds don't seem to work anymore |
|
@adsharma found a bug in icebug-disk. |
|
@adsharma another bug. https://github.com/LadybugDB/ladybug-icebug-notebooks/blob/main/ladybug_icebug_starwars.ipynb is failing at step error: |
|
@adsharma should we update |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ladybug
update migrate db tool to incorporate new breaking changesicebug
impl ladybug's icebg-disk integration with icebugadd support for parquet tables(non-duckdb) in icebug-formatdocs/blogs
All reactions