[OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_state memory usage

This commit is contained in:
liuwentan
2023-06-09 16:44:47 +08:00
parent daf9e96e10
commit 48397f754e
12 changed files with 119 additions and 128 deletions

View File

@@ -42,7 +42,7 @@ struct group_info {
};
struct iris_table {
char table_name[NAME_MAX];
char table_name[MAX_NAME_STR_LEN];
char table_path[PATH_MAX];
int line_count;
enum table_type table_type;