Skip to content

Commit

Permalink
feat: support thread bind vgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed May 27, 2024
1 parent 34f700e commit 9bb1cf5
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 324 deletions.
4 changes: 2 additions & 2 deletions inc/bench.h
Original file line number Diff line number Diff line change
Expand Up @@ -791,14 +791,12 @@ typedef struct SSTREAM_S {
bool drop;
} SSTREAM;

#ifdef TD_VER_COMPATIBLE_3_0_0_0
typedef struct SVGroup_S {
int32_t vgId;
uint64_t tbCountPerVgId;
SChildTable **childTblArray;
uint64_t tbOffset; // internal use
} SVGroup;
#endif // TD_VER_COMPATIBLE_3_0_0_0
//
typedef struct SDataBase_S {
char * dbName;
Expand Down Expand Up @@ -969,6 +967,8 @@ typedef struct SArguments_S {
bool escape_character;
bool pre_load_tb_meta;
char csvPath[MAX_FILE_NAME_LEN];

bool bind_vgroup;
} SArguments;

typedef struct SBenchConn {
Expand Down
Loading

0 comments on commit 9bb1cf5

Please sign in to comment.