Tags: GreptimeTeam/greptimedb-ingester-erl
Tags
feat: impl row-based protocol and custom time index column name (#51) * feat: bump greptimedb gRPC protos Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * feat: replace column-based gRPC with row-based Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * feat: refactor encoder Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * feat: sort columns by semantic type and name Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * feat: supports custom ts column name Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: tweak tests and apply suggestions Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: comment Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * docs: remove version note Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * fix: log Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: add benchmark info Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * fix: format Signed-off-by: Dennis Zhuang <killme2008@gmail.com> --------- Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
fix: null mask encoder (#50) * fix: null mask encoder Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: style Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: bump greptimedb ci version Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: bump ecpool Signed-off-by: Dennis Zhuang <killme2008@gmail.com> --------- Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
fix: atom and process leaks (#47) * fix: atom and process leaks Previously, the channel name would use `list_to_atom(pid_to_list(self()))`, which leads to an atom leak. Not only that, but the `greptime_worker` `gen_server` process did not set `trap_exit` to true, which means that the `terminate` callback was not called, leaking `grpcbox_channel` processes. * ci: run tests on pull requests
feat: supports hints all in one (#45) * ci: bump greptimedb version for ci and tweak readme * feat: use x-greptime-hints for hints all in one * ci: make dialyzer happy * ci: erlang 27.2 * chore: update .gitignore * chore: update readme * docs: update benchmark * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PreviousNext