收起左侧

pgvector长时间CPU占用

1
回复
58
查看
[ 复制链接 ]

4

主题

11

回帖

0

牛值

江湖小虾

2025-11-17 14:50:34 显示全部楼层 阅读模式

设备环境:物理机 系统版本号0.9.37

BUG现象:
image.png

image.png

出现频率:必现

联系方式:627群-潜龙在天

日志文件:飞牛分享【Debug_Log_20251117144913.zip】,点击链接下载文件,App打开可转存到NAS:https://share.fnnas.net/s/a2d4705f641740fba5


postgres=# \d
                      List of relations
 Schema |             Name              |   Type   |  Owner
--------+-------------------------------+----------+----------
 public | category_prompt_vector        | table    | postgres
 public | category_prompt_vector_id_seq | sequence | postgres
 public | face_vector_1                 | table    | postgres
 public | face_vector_1_id_seq          | sequence | postgres
 public | face_vector_2                 | table    | postgres
 public | face_vector_2_id_seq          | sequence | postgres
 public | user_photo_vector_1_0         | table    | postgres
 public | user_photo_vector_1_0_id_seq  | sequence | postgres
 public | user_photo_vector_2_0         | table    | postgres
 public | user_photo_vector_2_0_id_seq  | sequence | postgres
(10 rows)

postgres=# select count(*) from category_prompt_vector;
 count
-------
   162
(1 row)

postgres=# select count(*) from face_vector_1;
 count
-------
 27281
(1 row)

postgres=# select count(*) from face_vector_2;
 count
-------
  5761
(1 row)

postgres=# select count(*) from user_photo_vector_1_0;
 count
-------
 83704
(1 row)

postgres=# select count(*) from user_photo_vector_2_0;
 count
-------
 29283
(1 row)
收藏
送赞
分享

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

151

主题

1万

回帖

0

牛值

管理员

fnOS1.0上线纪念勋章

2025-11-24 19:58:15 显示全部楼层
感谢反馈,我们跟进一下
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则