This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit c83523eb267f04bf83588d22c5d7474ca1ab0441 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Tue Mar 30 18:17:31 2021 -0300 add paper idcd 2019 Signed-off-by: Bertty Contreras-Rojas <[email protected]> --- _publications/2019-04-07-icde.md | 31 +++++++++++++++++++++++++++++++ assets/pdf/paper/icde19.pdf | Bin 0 -> 618983 bytes 2 files changed, 31 insertions(+) diff --git a/_publications/2019-04-07-icde.md b/_publications/2019-04-07-icde.md new file mode 100644 index 0000000..3c32131 --- /dev/null +++ b/_publications/2019-04-07-icde.md @@ -0,0 +1,31 @@ +--- +license: | + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +layout: publication +title: Publication +subtitle: > + Optimizing Cross-platform Data Movement +link-name: ICDE 2019 +img-thumb: assets/img/screenshot/rheem.png +authors: Sebastian Kruse, Zoi Kaoudi, Jorge-Arnulfo Quiané-Ruiz, Sanjay Chawla, Felix Naumann and Bertty Contreras-Rojas +year: 2018 +month: 04 +day: 07 +link-paper: assets/pdf/paper/icde19.pdf +link-external: false +--- + +Data analytics are moving beyond the limits of a single data processing platform. A cross-platform query optimizer is necessary to enable applications to run their tasks over multiple platforms efficiently and in a platform-agnostic manner. For the optimizer to be effective, it must consider data movement costs across different data processing platforms. In this paper,we present the graph-based data movement strategy used by RHEEM, our open-source [...] diff --git a/assets/pdf/paper/icde19.pdf b/assets/pdf/paper/icde19.pdf new file mode 100644 index 0000000..4e190e6 Binary files /dev/null and b/assets/pdf/paper/icde19.pdf differ
