You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it is not update, use self.getDBInst().cleartab(tabs) clean up DB, DB is empty. But in import process, settab call df.cleartab(tabdict[key].keys(),[key]) in for loop to execute db query to clean table again.
If there are many nodes, settab call cleartab in each node to clear switch table, but there is only one switch table. We only need clear up switch table once.
The text was updated successfully, but these errors were encountered:
Considering the following 2 points:
When it is not update, use
self.getDBInst().cleartab(tabs)
clean up DB, DB is empty. But inimport
process,settab
calldf.cleartab(tabdict[key].keys(),[key])
infor
loop to executedb
query to clean table again.If there are many nodes,
settab
callcleartab
in each node to clearswitch
table, but there is only oneswitch
table. We only need clear upswitch
table once.The text was updated successfully, but these errors were encountered: