-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
65 lines (51 loc) · 4.45 KB
/
feed.xml
File metadata and controls
65 lines (51 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>HighGo</title>
<link>https://highgosoftware.github.io/</link>
<atom:link href="//feed.xml" rel="self" type="application/rss+xml"/>
<description>blog</description>
<pubDate>Fri, 07 Jun 2019 00:23:37 GMT</pubDate>
<generator>http://hexo.io/</generator>
<item>
<title>The JIT benchmarking results and findings in PostgreSQL 11</title>
<link>https://highgosoftware.github.io/2019/06/06/JIT/</link>
<guid>https://highgosoftware.github.io/2019/06/06/JIT/</guid>
<pubDate>Fri, 07 Jun 2019 00:23:44 GMT</pubDate>
<description>
<p>Just-in-time compilation of SQL statements is one of the new features in PostgreSQL 11. Just-in-Time compilation (JIT) is the process of turning some form of interpreted program evaluation into a native program and doing so at runtime. While doing some testing and benchmarking with JIT it appears that PostgreSQL 11 is about 29.31% faster at executing the TPC-H Q1 query than PostgreSQL 10. You could get details from <a href="https://www.citusdata.com/blog/2018/09/11/postgresql-11-just-in-time/" target="_blank" rel="noopener">https://www.citusdata.com/blog/2018/09/11/postgresql-11-just-in-time/</a>.</p>
</description>
<comments>https://highgosoftware.github.io/2019/06/06/JIT/#disqus_thread</comments>
</item>
<item>
<title>Elephant-Shed</title>
<link>https://highgosoftware.github.io/2019/06/04/elephant-shed/</link>
<guid>https://highgosoftware.github.io/2019/06/04/elephant-shed/</guid>
<pubDate>Tue, 04 Jun 2019 20:52:47 GMT</pubDate>
<description>
<h1 id="介绍"><a href="#介绍" class="headerlink" title="介绍"></a>介绍</h1><p>Elephant Shed 是一个基于网页版的postgreSQL前端管理软件。他捆绑了PostgreSQL的各项应用软件和组件。当前他能管理单点Debian/Ubuntu PostgreSQL服务起和应用。</p>
<p>主要组件包括如下:</p>
<ul>
<li>PostgreSQL - <a href="https://www.postgresql.org/" target="_blank" rel="noopener">https://www.postgresql.org/</a></li>
<li>pgAdmin4 - <a href="https://www.pgadmin.org/" target="_blank" rel="noopener">https://www.pgadmin.org/</a></li>
<li>postgresql-common - <a href="https://anonscm.debian.org/cgit/pkg-postgresql/postgresql-common.git" target="_blank" rel="noopener">https://anonscm.debian.org/cgit/pkg-postgresql/postgresql-common.git</a></li>
<li>pgBadger - <a href="http://dalibo.github.io/pgbadger/" target="_blank" rel="noopener">http://dalibo.github.io/pgbadger/</a></li>
<li>pgBackRest - <a href="http://www.pgbackrest.org/" target="_blank" rel="noopener">http://www.pgbackrest.org/</a></li>
</ul>
</description>
<comments>https://highgosoftware.github.io/2019/06/04/elephant-shed/#disqus_thread</comments>
</item>
<item>
<title>Pakistan Office Open</title>
<link>https://highgosoftware.github.io/2019/05/09/pakistanofficeOpen/</link>
<guid>https://highgosoftware.github.io/2019/05/09/pakistanofficeOpen/</guid>
<pubDate>Thu, 09 May 2019 17:07:35 GMT</pubDate>
<description>
<p>I am very pleased and thrilled to inform that i have joined HighGo Software Inc as a VP of Development and General Manager Pakistan office. HighGo Software is the largest commercial PostgreSQL provider in China. It is also a core member of PostgreSQL community in China and is the initiator of China PostgreSQL Association, under COPU (China Open Source Software Promotion Alliance) organization. Here is a link of China PostgreSQL association <a href="http://www.postgresqlchina.com/en" target="_blank" rel="noopener">http://www.postgresqlchina.com/en</a>. </p>
</description>
<comments>https://highgosoftware.github.io/2019/05/09/pakistanofficeOpen/#disqus_thread</comments>
</item>
</channel>
</rss>