Skip to content

Remove SQLite in favor of DuckDB #15

Open
@alexanderdean

Description

@alexanderdean

From @miike:

Currently they both run in parallel - though the DuckDB interface is significantly easier to query (as it shreds) rather than SQLite which just does rather naive inserts.

I have considered removing SQLite entirely as the event debugger itself doesn't require a persistent store at all and DuckDB provides the more idiomatic interface that also allows for running the data models.

I think it would make sense to remove SQLite as it's not a OLAP-grade data store.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions