AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
1–10 of 58 posts
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#2Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#3[flagged]
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#4[flagged]
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#5at the moment I use PG + Tiger Data - couldn't find a mysql equivalent
so this as one.
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#6Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#7having an embedded column database for analytics in your traditional db is a massive win for productivity + operations simplicity. at the moment I use PG + Tiger Data - couldn't find a mysql equivalent so this as one.
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#8having an embedded column database for analytics in your traditional db is a massive win for productivity + operations simplicity. at the moment I use PG + Tiger Data - couldn't find a mysql equivalent so this as one.
All I want is effectively what clickhouse does in PG. I have a single table that I need fast counts on and clickhouse can do the counts fast but I have to go through the entire sync/replication to do that.
A quick scan of TimeSeries always seemed like it was really only best setup for that and to use it another way would be a bit of a struggle.
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#9having an embedded column database for analytics in your traditional db is a massive win for productivity + operations simplicity. at the moment I use PG + Tiger Data - couldn't find a mysql equivalent so this as one.
Re: AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines
#10having an embedded column database for analytics in your traditional db is a massive win for productivity + operations simplicity. at the moment I use PG + Tiger Data - couldn't find a mysql equivalent so this as one.