[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

@@ -32,7 +32,7 @@
struct maat_table {
int table_id;
char table_name[NAME_MAX];
char table_name[MAX_NAME_STR_LEN];
enum table_type table_type;
int valid_column;
void *schema;