Skip to content
#

htap

Here are 24 public repositories matching this topic...

tiancaiamao
tiancaiamao commented Feb 14, 2022

Enhancement

[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z] 
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z]     c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
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?

Showcase SQL requires support of this function.


SELECT c.workorder_no,d.nuc_id, e.station_name,a.action_time, a.action_detail,
	CASE
				WHEN FIND_IN_SET('U360CEN', SUBSTRING( d.nuc_id, 1, 7 ) ) THEN 'UCL360C'
				WHE
good first issue kind/feature MatrixCamp Moderate
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 Apr 29, 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