Ning Sun

Results 233 issues of Ning Sun

### What type of enhancement is this? API improvement ### What does the enhancement do? Add support for wildcard or regexp for column names in a select query. For example:...

C-enhancement

### What type of enhancement is this? API improvement ### What does the enhancement do? While working with @sunchanglong on a management UI for flows in our dashboard, we realized...

C-enhancement

### What problem does the new feature solve? From our community user > Hello greptime team, I have a follow-up relating to my use of Azure Blob storage as backing...

C-feature

### What type of enhancement is this? API improvement ### What does the enhancement do? To support SQL statement like: ```sql SELECT 1 LIMIT 1::bigint ``` This is how postgres...

C-enhancement

### What problem does the new feature solve? Currently we can only copy entire table to an external file, for some scenarios, we would like to add a where filter,...

C-feature

### What problem does the new feature solve? add a built-in processor for logfmt log format: https://brandur.org/logfmt ### What does the feature do? the processor will parse the content of...

C-feature

### What type of enhancement is this? Tech debt reduction ### What does the enhancement do? Add feature gate for all optional features with major dependencies. This task is to:...

C-enhancement

Add GreptimeDB MCP server to database section.

As we already have a solid backend API, I'm starting to build a client API with similar granularity with our current backend API. Hopefully with this API we will be...