Replies: 14 comments 49 replies
-
|
@adsharma feel free to add anything I missed |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
-
|
pgembed is being pulled into tests. #498 This will improve postgres test coverage and test SQL pushdowns. |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
|
@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) |
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
|
@adsharma I was looking into adding a new icebug constructor for |
Beta Was this translation helpful? Give feedback.
-
|
@adsharma icebug_format outputs indices table with "target" column. Can you please add support for |
Beta Was this translation helpful? Give feedback.
-
icebug-format changes
icebug
ladybug
VerdictThe only way we can support undirected graphs in icebug-format is by making it ouput two Release protocol
|
Beta Was this translation helpful? Give feedback.
-
|
@adsharma how do I run buscope? The cmds don't seem to work anymore |
Beta Was this translation helpful? Give feedback.
-
|
@adsharma found a bug in icebug-disk. |
Beta Was this translation helpful? Give feedback.
-
|
@adsharma another bug. https://github.com/LadybugDB/ladybug-icebug-notebooks/blob/main/ladybug_icebug_starwars.ipynb is failing at step error: |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions