Kould

Results 37 issues of Kould

**Describe the Bug** after importing LLVM IR, a segmentation fault occurs when calling its internal method **To Reproduce** sum.rs ```rust #[no_mangle] fn hello() { println!("hello world"); } fn main() {}...

question

I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) https://github.com/GreptimeTeam/greptimedb/issues/3517 https://github.com/GreptimeTeam/greptime-proto/pull/149 ## What's changed and what's your intention? Support:...

Doc not needed

#### What happens? ![image](https://github.com/infiniflow/infinity/assets/91525956/204a3700-d1e0-4b30-9684-3b06acdbf151) #### To Reproduce ``` SizeT thread_num = 1; SizeT total_times = 2 * 10 * 1000; ``` ![image](https://github.com/infiniflow/infinity/assets/91525956/61ad773e-79f2-4e7e-b696-085486c20009) #### Environment (please complete the following information): -...

bug

## Bug Report Repeatedly inserting a small amount of data and then closing it will cause too many sstables(The sstable that should be at level 0 is deleted.) ![image](https://github.com/KipData/KipDB/assets/91525956/45b2a315-27af-47d7-b56c-d6b8827aafb6)

bug

## Feature Request ![548392e0299f4060f5ea43e3e80fc42](https://github.com/KipData/KipDB/assets/91525956/5293bf0e-8bdc-42c1-a175-1bd37ceaf10b)

enhancement
good first issue

## Bug Report **What did you see instead?** After the database service is restarted abnormally, the SSTable generated in the previous operation will not be cleaned up

bug

## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** Need to be able to clean up disk and memory data methods,...

enhancement

目前使用clap作为简单的测试客户端,若是能支持命令式则是极好的

enhancement

根据LSMStore的各个组件原理编写相应描述文档 - VersionEdit快照 - WAL - 迭代器

good first issue

## Feature Request >TODO: When the case is select * from t1 where (c1 = 7 or c1 = 10) and c2 < 2;, the range is (-inf, (10, 2)),...

invalid