Update duckdb. use more duckdb. Fix the display of stats
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
# Service for managing DuckDB analytics database
|
||||
# Provides fast analytical queries on events data using columnar storage
|
||||
|
||||
# INSTALL ducklake;
|
||||
# INSTALL sqlite;
|
||||
# ATTACH 'ducklake:sqlite3:storage/ducklake.sqlite3' AS events (DATA_PATH 'storage/ducklake/events.ducklake');
|
||||
|
||||
class AnalyticsDuckdbService
|
||||
include Singleton
|
||||
|
||||
|
||||
Reference in New Issue
Block a user