英文: Multiple MATCH-AGAINST clauses results in no FULLTEXT index being used 问题 我有以下两个表格: CREATE TABLE...
MySQL查询随时间变慢。
英文: MySQL queries getting slower with time 问题 我有一个大约有90万条记录的表。其中大约60万条每5分钟更新一次(使用REPLACE INTO)。 CREA...
MariaDB非常简单的MATCH-AGAINST查询不使用FULLTEXT索引?
英文: MariaDB very simple MATCH-AGAINST query not using FULLTEXT index? 问题 我有以下通过SHOW CREATE TABLE显示的表...
Docker mount file default permissions 777 and MariaDB complaining about world-writable (mounted) config file
英文: Docker mount file default permissions 777 and MariaDB complaining about world-writable (mounted)...
如何防止事件插入已经存在于SQL中的数据。
英文: how to prevent events from inserting data that already exists in sql 问题 以下是翻译好的部分: 所以,我想要创建一个事件,...
在包含 1400 万行的索引表上执行简单聚合查询花费时间长
英文: Simple aggregating query on indexed table with 14M rows taking long 问题 I'm having trouble runnin...
Check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE order_id = 2' at line 1
英文: Check the manual that corresponds to your MariaDB server version for the right syntax to use nea...
MariaDB查询结果错误
英文: MariaDB Wrong Query result 问题 我有一个关于MariaDB查询的奇怪问题。 WITH mt AS (SELECT id, MAX(id), employee_id ...
MySQL / MariaDB – 大量列的策略
英文: MySQL / MariaDB - Strategies for Large Number of Columns 问题 我即将设计一个数据库,其中将从多个数据源接收到不同时间的数据帧。这些数据...
创建返回随机 ID 的 MariaDB 函数。
英文: mariadb create function returning random id 问题 我想创建一个从数据库表中返回随机行的数据库函数。 我有以下表格 create table cate...
13