Mr Dk.

Results 155 comments of Mr Dk.

> Funny, I encountered a similar case a few days ago. > In my case there was another diff starting right after. > I think this is a bug that...

Hi, thanks for your attention to PolarDB for PostgreSQL. Currently, PolarDB has some special dependencies which is not convenient to packaged as RPM. However, we are trying to make the...

Hi~感谢您对 PolarDB 的关注! 我们没有提供在 Windows 上裸装 PolarDB 的方法,因为解决编译和运行时依赖是一个比较棘手的问题。目前我们主要提倡 [使用 Docker 来进行部署或开发](https://apsaradb.github.io/PolarDB-for-PostgreSQL/zh/deploying/db-localfs.html),也是想把对环境的配置降低至最少。我们提供的 Docker 开发镜像可以在 Windows 下运行,需要您在 Windows 上安装 [Docker Desktop](https://www.docker.com/get-started/) 并启用相应虚拟化即可(WSL2 / Hyper-V)。经过我们的测试是可以正常编译部署的。 如果您在 Windows 上解决了编译问题并成功编译部署了 PolarDB,并且步骤具有足够的通用性,我们也非常欢迎您向我们的在线文档 [贡献](https://apsaradb.github.io/PolarDB-for-PostgreSQL/zh/contributing/contributing-polardb-docs.html) 您的努力成果 😁 ---...

@xu-chaojie The compilation of this part requires OpenSSL **1.1.1**, in which SM2/SM3/SM4 algorithm of China standard is supported. You can see the [release notes](https://www.openssl.org/blog/blog/2018/09/11/release111/) of OpenSSL 1.1.1, and check OpenSSL...

@pyh4 , Let's create some small targets: - [ ] Creating materialized views with MPP **reading** - [ ] Creating materialized views with MPP **writing** - [ ] Benchmarking

Let's rebase all of the commit into a single one. @pyh4

@asfakkk 看起来您可能需要对您的块设备建立一个软链接,因为 PFS 只能支持对指定前缀的设备名进行操作。可以看下 [这个文档](https://apsaradb.github.io/PolarDB-for-PostgreSQL/zh/deploying/fs-pfs.html#%E5%9D%97%E8%AE%BE%E5%A4%87%E9%87%8D%E5%91%BD%E5%90%8D)。 --- Seems that you should create a symbolic link to your block device, because PFS only considers specific prefix as a valid device name. See...