Skip to main content

StarRocks

StarRocks is a High-Performance Analytical Database. StarRocks is a next-gen sub-second MPP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics and ad-hoc query.

Usually StarRocks is categorized into OLAP, and it has showed excellent performance in ClickBench β€” a Benchmark For Analytical DBMS. Since it has a super-fast vectorized execution engine, it could also be used as a fast vectordb.

Installation and Setup​

pip install pymysql

Vector Store​

See a usage example.

from langchain_community.vectorstores import StarRocks
API Reference:StarRocks

Was this page helpful?


You can also leave detailed feedback on GitHub.