兰心开源队——openGauss完整评注代码 #42

Open
zpc_gitlink wants to merge 118 commits from zpc_gitlink/openGauss-server:master into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 0f06c8238c - Show all commits

View File

@ -31,6 +31,8 @@ l index HypoPG will create is not stored in any directory, but in the connection
will not inflate any tables, nor will it affect any concurrent connections. Because it is assumed that indexes
don't really exist, HypoPG ensures that they will only be used with a simple EXPLAIN statement (no ANALYZE option).
Virtual index does not occupy space, and can be used to evaluate the performance of sql query conveniently,
which helps us to understand the effect of query optimization.
*/
#include <unistd.h>
#include <math.h>