-
Hello,
loki querier is failing with the below when trying to pull logs (for example: last 30 days)
504 Gateway Time-out 504 Gateway Time-out nginx/1.19.10
We are running distributed set u…
-
**Describe the bug**
The specific meaning of this error can be found in #3270. And in PR #3271, we try to alleviate this problem by introducing a new BE config `cumulative_compaction_skip_window_se…
-
### Steps to reproduce the behavior (Required)
1. create olap table
``` sql
CREATE TABLE `mytable` (
`reportTime` bigint(20) NULL COMMENT "",
`appId` bigint(20) NULL COMMENT "",
`day` da…
-
### Steps to reproduce the behavior (Required)
1. CREATE TABLE '...'
2. INSERT INTO '....'
3. SELECT '....'4.
```
create row access policy policy_tinyint1 as (col tinyint) returns boolean…
-
|Wazuh version|Component|Install type|Install method|Platform|
|---|---|---|---|---|
| 4.4.1 | Wazuh component | Agent | Packages | OS version Windows 10 + 11 |
Hi there,
Some windows cis guidel…
-
### Steps to reproduce the behavior (Required)
1. CREATE TABLE
```
CREATE TABLE B
(
id INT NOT NULL COMMENT "",
data_array ARRAY NULL COMMENT ""
) ENGINE=OLAP
PRIMARY KEY(`id`)
DISTRIBUTE…
-
### Steps to reproduce the behavior (Required)
```sql
CREATE TABLE `dim_mv_wd` (
`mvname` varchar(65533) NOT NULL COMMENT "mv的名称",
`tbname` varchar(65533) NULL COMMENT "主表名",
`colname` …
-
show variables like 'innodb_file_per_table
停止MYsql 服务器,修改参数(my.cnf加入innodb_file_per_table),并删除Inoodb相关文件(可以重建Data目录)。
支持行级锁
InnoDB支持行级锁。
行级锁可以最大程度地支持并发。
行级锁是由存储引擎层实现的。
将table_n…
-
### Overview of the Issue
We're trying to validate v19 to upgrade our clusters and we noticed that Vitess is unable to boot up and gets stuck in a loop with the following errors:
```
E0711 13:57:…
-
Can there be a feature for handling large datasets? By this, I mean integrating with `OLAP databases` to perform heavy analytical tasks. A typical scenario involves loading a 300 MB data file directly…