Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
84 views

I'm a MySQL DBA moving to PolarDB IMCI. I know we can force columnstore queries like: SELECT /*+ SET_VAR(cost_threshold_for_imci=0) */ COUNT(*) FROM t1 WHERE a > 1; or disable them: SELECT /*+ ...
0 votes
1 answer
30 views

I'm migrating from standard MySQL to PolarDB MySQL with IMCI. I understand columnstore indexes only work on read-only nodes, while DML operations must run on the primary RW node. For INSERT INTO ...
Best practices
0 votes
0 replies
14 views

I am using mysql-connector-python to insert embeddings generated by OpenAI (text-embedding-3-small). The embeddings are Python lists of 1536 floats. My table schema: CREATE TABLE embeddings_store ( ...
Best practices
0 votes
0 replies
52 views

I'm trying to use PolarDB IMCI as a Vector Store for a Retrieval-Augmented Generation (RAG) application using LangChain (Python). While there are standard integrations for Milvus and Pinecone, I'm ...
Best practices
1 vote
0 replies
43 views

To meet certain data analysis requirements, I am migrating from a self-hosted local MySQL database to PolarDB. During the migration, I discovered that many data analysis tools offer a technique called ...
Advice
0 votes
4 replies
47 views

I want to profiling slow query on PolarDB IMCI, but when I execute EXPLAIN ANALYZE statement, it just return explain result instead of actual profiling result.
Advice
0 votes
0 replies
21 views

I have an ERP system that uses PolarDB IMCI for data analysis. Due to the massive data volume, I aim to accelerate query execution using a filtering approach similar to B+ tree indexes. However, IMCI ...
Best practices
0 votes
0 replies
21 views

I've implemented PolarDB MySQL IMCI for our product catalog analytics and have been experimenting with columnstore indexes for various query patterns. I've read in the documentation that columnstore ...
Best practices
0 votes
0 replies
37 views

I've been working with PolarDB MySQL IMCI for a few days now and have successfully implemented columnstore indexes on several analytical tables. I've read through the transaction isolation ...
1 vote
1 answer
42 views

I got Incorrect arguments to vector_distance error when I execute the following SQL: set @value = EMBEDDING('ecs server', 'text-embedding-v4', 1024); SELECT doc, DISTANCE(vec, @value, 'COSINE') as ...
Jacki's user avatar
  • 493
1 vote
1 answer
50 views

I'm new to PolarDB MySQL and just started using IMCI to make my analytical queries faster. Everything was working great until I tried to add a new column to one of my tables. Before I added the ...
Advice
0 votes
0 replies
36 views

I am trying to use my existing PolarDB/MySQL database as a vector store for a RAG (Retrieval-Augmented Generation) application built with LangChain (Python). Please help to advise the detailed ...
Jacki's user avatar
  • 493
Best practices
0 votes
4 replies
51 views

We have a prototype for a vector search application using PolarDB that works well with 100k vectors. We are now planning to scale this to 10-20 million vectors and need to provision the right hardware ...
Jacki's user avatar
  • 493
Best practices
0 votes
0 replies
30 views

My application requires that vector embeddings are frequently updated or deleted. For example, when a user edits a blog post, its corresponding text embedding needs to be re-calculated and updated in ...
Jacki's user avatar
  • 493
0 votes
0 answers
46 views

I tried to import some MD files into PolarDB vector database. Some files hit errors like follow: Failed file: monthly_2021_07_05.md Log file: import_with_errors.log Error context: 2025年10月28日 17:23:07,...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /