Tags: databendlabs/databend
Tags
chore(query): parse json support decimal data type (#18282) * chore(query): parse json support decimal data type * fix * fix * fix copy into
chore(cache): Add minimum threshold for table data disk cache size (#… …18227) * feat(cache): Add minimum threshold for table data disk cache size Introduce TABLE_DATA_DISK_CACHE_SIZE_THRESHOLD (1024 bytes) to better handle disk cache enabling logic. Any configuration value below this threshold will disable the table data disk cache. This change temporarily addresses an issue with cloud platform deployment where setting the disk cache size to zero prevents the physical volume from being loaded. Additional logging for on-disk cache configuration added to improve diagnostics. * test: add UT
feat(meta-service): add metrics for stream access operations (#18210) Previously, stream-based operations like `mget` and `list` were only counted as single RPCs in our metrics system, despite potentially sending large volumes of data. For example, a single `list` RPC fetching a large directory would appear the same as a simple operation in our metrics. This commit adds granular metrics to track the actual number of items sent in stream operations with the following counters: ``` metasrv_meta_network_stream_get_item_sent_total metasrv_meta_network_stream_mget_item_sent_total metasrv_meta_network_stream_list_item_sent_total ```
PreviousNext