-
Notifications
You must be signed in to change notification settings - Fork 114
Remove mangledName column from CppAstNode table #417
Copy link
Copy link
Closed
Labels
Kind: Discussion 💬Plugin: C++Issues related to the parsing and presentation of C++ projects.Issues related to the parsing and presentation of C++ projects.Target: DatabaseIssues related to the database schema of the core or a plugin, or database handling in general.Issues related to the database schema of the core or a plugin, or database handling in general.
Milestone
Metadata
Metadata
Assignees
Labels
Kind: Discussion 💬Plugin: C++Issues related to the parsing and presentation of C++ projects.Issues related to the parsing and presentation of C++ projects.Target: DatabaseIssues related to the database schema of the core or a plugin, or database handling in general.Issues related to the database schema of the core or a plugin, or database handling in general.
We're not using
mangledNamefor anything. It ismangledNameHashwhich connectsCppAstNoderecords withCppEntitys. I also think that printing mangled name doesn't help in code comprehension. So I suggest removing this column in order to reduce database size.