-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): change names of exception columns
change column name of `exception.exceptions` & `exception.threads` to `exception_exceptions` & `exception_threads` as clickhouse otherwise treats the dot separated fields as a nested data structure (because the value are arrays) and tries to put `SIZES_OF_ARRAYS_DONT_MATCH` constraints. what we desire here is not a nested field but rather 2 separate fields that facilitates simple writes & reads. closes #46
- Loading branch information
Showing
2 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters