|
| 1 | +--- |
| 2 | +title: "IcebergIO Performance" |
| 3 | +--- |
| 4 | + |
| 5 | +<!-- |
| 6 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | +you may not use this file except in compliance with the License. |
| 8 | +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, software |
| 13 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +See the License for the specific language governing permissions and |
| 16 | +limitations under the License. |
| 17 | +--> |
| 18 | + |
| 19 | +# IcebergIO Performance |
| 20 | + |
| 21 | +The following graphs show various metrics when reading from or writing to Apache Iceberg tables using |
| 22 | +IcebergIO. See the [glossary](/performance/glossary) for definitions. |
| 23 | + |
| 24 | +## Read |
| 25 | + |
| 26 | +### What is the estimated cost of reading from Apache Iceberg tables using IcebergIO? |
| 27 | + |
| 28 | +{{< performance_looks io="icebergio" read_or_write="read" section="test_name" >}} |
| 29 | + |
| 30 | +### How has various metrics changed when reading from Apache Iceberg tables using IcebergIO for different Beam SDK versions? |
| 31 | + |
| 32 | +{{< performance_looks io="icebergio" read_or_write="read" section="version" >}} |
| 33 | + |
| 34 | +### How has various metrics changed over time when reading from Apache Iceberg tables using IcebergIO? |
| 35 | + |
| 36 | +{{< performance_looks io="icebergio" read_or_write="read" section="date" >}} |
| 37 | + |
| 38 | +## Write |
| 39 | + |
| 40 | +### What is the estimated cost of writing to Apache Iceberg tables using IcebergIO? |
| 41 | + |
| 42 | +{{< performance_looks io="icebergio" read_or_write="write" section="test_name" >}} |
| 43 | + |
| 44 | +### How has various metrics changed when writing to Apache Iceberg tables using IcebergIO for different Beam SDK versions? |
| 45 | + |
| 46 | +{{< performance_looks io="icebergio" read_or_write="write" section="version" >}} |
| 47 | + |
| 48 | +### How has various metrics changed over time when writing to Apache Iceberg tables using IcebergIO? |
| 49 | + |
| 50 | +{{< performance_looks io="icebergio" read_or_write="write" section="date" >}} |
0 commit comments