1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# gp_relsizes_stats: Table sizes monitoring tool for Cloudberry
221
322### Features
@@ -11,16 +30,15 @@ gp_relsizes_stats is an extension for the Cloudberry database that calculates an
1130At the moment, the program is being tested only for Cloudberry and Linux.
1231
1332### Installation
14- Install from source:
15- ```
16- git clone git@github.com:open-gpdb/gp_relsizes_stats.git
17- cd gp_relsizes_stats
18- # Build it. Building would require GP installed nearby and sourcing greenplum_path.sh
19- source <path_to_gp>/greenplum_path.sh
20- make && make install
33+ This extension is part of the Cloudberry monorepo under ` gpcontrib/gp_relsizes_stats ` .
34+
35+ Build and install from the Cloudberry monorepo root:
36+ ``` bash
37+ make -C gpcontrib/gp_relsizes_stats
38+ sudo make -C gpcontrib/gp_relsizes_stats install
2139```
2240
23- ### Confguration
41+ ### Configuration
2442gp_relsizes_stats configuration parameters:
2543| ** Parameter** | ** Type** | ** Default** | ** Description** |
2644| ---------------- | --------------- | ------------ | ------------ |
0 commit comments