llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
54 stars 15 forks source link

Duplicate Location data #227

Open dingyuchen opened 2 years ago

dingyuchen commented 2 years ago

Location attribute is mapped to traceId, which results in redundant data storage since Location will not change between runs. The attribute should be changed to runId to improve the storage efficiency.

Context: Database schema