+
{value.toLocaleString()} @@ -208,7 +208,7 @@ export const QueryPerformanceGrid = ({ queryPerformanceQuery }: QueryPerformance if (col.id === 'max_time' || col.id === 'mean_time' || col.id === 'min_time') { return ( -
{Math.round(value).toLocaleString()}ms @@ -222,7 +222,7 @@ export const QueryPerformanceGrid = ({ queryPerformanceQuery }: QueryPerformance if (col.id === 'rows_read') { return ( -
{value.toLocaleString()} @@ -241,7 +241,7 @@ export const QueryPerformanceGrid = ({ queryPerformanceQuery }: QueryPerformance if (col.id === 'cache_hit_rate') { return ( -
{
if (['CURRENT_DATE'].includes(input)) return true
@@ -170,9 +171,11 @@ export const validateFields = (field: ColumnField) => {
const errors = {} as Dictionary