Tags: ZhouBox/openGemini
Tags
fix: there is no data return when use select * from xxx limit xx offs… ( openGemini#430) Signed-off-by: xiangyu5632 <xiangyu5632@126.com>
chore: synchronize the code to the community (openGemini#401) Signed-off-by: shilinlee <836160610@qq.com>
ci: support goreleaser build ldflags to binaries (openGemini#382) Signed-off-by: shilinlee <836160610@qq.com>
fix: the index data mmap cannot be configured (openGemini#146) 1. support mmap enable or disable by configuration. 2. disable mmap on darwin always. BREAKING CHANGE: disable mmap by default. Signed-off-by: shilinlee <836160610@qq.com>
chore: change image files (openGemini#134) The image display problem of the readme is solved. Signed-off-by: xiangyu5632 <xiangyu5632@126.com>
chore(docker): add the instructions for deploying openGemini to KubeE… ( openGemini#87) chore(docker): add the instructions for deploying openGemini to KubeEdge and K8s 1. Added instructions for deploying openGemini to KubeEdge and K8s. 2. Sample KubeEdge and K8s Configuration Files 3. Example of the openGemini configuration file Signed-off-by: xiangyu5632 <xiangyu5632@126.com>
Merge pull request openGemini#9 from shilinlee/shilinlee-fix-ut test: prevent directory conflicts with built-in t.TempDir()