John Zhong

Results 5 issues of John Zhong

# phenonmenon When I followed the [source installation guide](https://github.com/ApsaraDB/galaxysql/blob/main/docs/en/quickstart-development.md) to compile galaxyengine, I found gcc cannot support `-fuse-ld=lld` option, the error messages of CMakeFiles/CMakeError.log looks like: ``` log Linking C...

build

IN THE FUTURE, will PolarDB maintain multiple LTS series in the same time(like what the MySQL does): ![multiple LTS](https://user-images.githubusercontent.com/14990623/138099809-ba22aa23-ce42-42d9-868a-5820f8d2d50b.png) os just one series all the time(like Visual Code)? ![one LTS](https://user-images.githubusercontent.com/14990623/138100334-0394010b-438a-4118-ad8f-acf38bdfd139.png)

# backgroud In practical, we cannot avoid using complex SQL on dble. Complex SQLs, such as multi-node join and aggregate function, are always different to their BASE SQLs. For example,...

Now the [source installation guide](https://github.com/ApsaraDB/galaxysql/blob/main/docs/en/quickstart-development.md) of **THIS** repository is placing in **ANOTHER** repository which is neither a conclusive repository(PolarDB-X e.g.) nor a document-only repostiory(galaxyengine-doc e.g.). Now the way is really...

I met many errors in cmaking, The most obvious ones are that gcc cannot recognise LLVM related linker and miss some headers. Can anyone do me a favor? Thanks in...