Skip to content
#

htap

Here are 25 public repositories matching this topic...

qw4990
qw4990 commented Jul 26, 2022

Enhancement

mysql> CREATE TABLE t1 (
    -> risk_id varchar(32) NOT NULL,
    -> tran_id int NOT NULL,
    -> KEY (`risk_id`)
    -> );

mysql> CREATE TABLE t2 (
    -> risk_id varchar(32) COLLATE utf8mb4_general_ci NOT NULL,
    -> -- risk_id varchar(32) NOT NULL,
    -> tran_id int NOT NULL,
    -> KEY (`risk_id`)
    -> );

mysql> explain select /*+ hash_join(t1) */ t1.ris
type/enhancement help wanted good first issue sig/planner
yinhualong
yinhualong commented Apr 9, 2022

Describe your question

平台:mac m1 arm64
容器平台: docker desktop V4.5.0
docker版本:Server Version: 20.10.12 Storage Driver: overlay2
运行镜像:oceanbase/oceanbase-ce standalone-3.1.3
启动命令:docker run -p 2881:2881 --name obstandalone --platform linux/amd64 -e MINI_MODE=1 -d oceanbase/oceanbase-ce:standalone-3.1.3

启动过程中的问题:
启动执行 docker logs obstandalone 有以下信息

generate boot.yaml ...
/root/boot

bug good first issue question docker
dengn
dengn commented May 3, 2022

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

Several showcase SQL requires the support of this function:


select DATE_FORMAT(b.measurement_time,'%Y-%m-%d') 

select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)

Describe the feature you'd like

good first issue priority/p0 kind/feature MatrixCamp
yangjing1127
yangjing1127 commented Jul 27, 2022

Describe the problem

error while loading shared libraried : libzstd.so.1

Expected behavior

install success

How To Reproduce

tar zxvf stonedb-ee-5.7-v1.0.0.el7.aarch64.tar.gz

cd install

./reinstall.sh

Environment

Server OS

stonedb-ee-5.7-v1.0.0.el7.aarch64.tar.gz

CentOS Linux release 7.6.1810 (AltArch)
Derived from Red Hat Enterprise Linux 7.6 (Source)
NA

A-bug good first issue
EinsteinDB

In a nutshell, EinsteinDB is a persistent indexing scheme based off of LSH-KVX that exploits the distinct merits of hash index and B+-Tree index to support range scan and avoids long NVM writes for maintaining consistency; thus improving on LSH’s performance guarantees for skewed data and adopts ordered-write consistency to ensure crash consistency, while retaining the same storage and query overhead.

  • Updated Jul 21, 2022
  • Rust

Improve this page

Add a description, image, and links to the htap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the htap topic, visit your repo's landing page and select "manage topics."

Learn more