This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/dev by this push:
new 8345cebe embedding vidoes (#86)
8345cebe is described below
commit 8345cebe5d1484b673cfb7ed7720aed9dca2b016
Author: hubert <[email protected]>
AuthorDate: Tue Sep 19 14:24:28 2023 -0400
embedding vidoes (#86)
---
website/blog/2023-09-19-Annoucing-Apache-Pinot-1-0.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/blog/2023-09-19-Annoucing-Apache-Pinot-1-0.md
b/website/blog/2023-09-19-Annoucing-Apache-Pinot-1-0.md
index 09b48809..494e6a8e 100644
--- a/website/blog/2023-09-19-Annoucing-Apache-Pinot-1-0.md
+++ b/website/blog/2023-09-19-Annoucing-Apache-Pinot-1-0.md
@@ -43,9 +43,9 @@ The original engine works very well for simpler
filter-and-aggregate queries, bu
This post is a summary of the high points, but you can find a full list of
everything included in the release notes. And if you’d like a [video treatment
of many of the main features in
1.0](https://youtu.be/2cwRHM4J7kI?si=hEtl6W2eNlMkWqag), including some helpful
animations, watch here:
-[](https://www.youtube.com/watch?v=2cwRHM4J7kI&ab_channel=StarTree)
+<!-- [](https://www.youtube.com/watch?v=2cwRHM4J7kI&ab_channel=StarTree)
-->
-<!-- <iframe width="560" height="315"
src="https://www.youtube.com/embed/2cwRHM4J7kI?si=BMVZanJIuXv9o0du"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe> -->
+<iframe width="560" height="315"
src="https://www.youtube.com/embed/2cwRHM4J7kI?si=BMVZanJIuXv9o0du"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
Otherwise, let’s have a look at some of the highlighted changes:
@@ -67,9 +67,9 @@ For more detailed information on JOINs, please visit this
blog [post](https://st
Discover How Uber is using Joins in Apache Pinot
For a real-world use case, Uber is already using the new join capabilities of
Apache Pinot at scale in production. You can watch this video to learn more.
-[](https://www.youtube.com/embed/z4Chhref1BM?si=eCOfxuw8Y_ZP8ZHN)
+<!-- [](https://www.youtube.com/embed/z4Chhref1BM?si=eCOfxuw8Y_ZP8ZHN)
-->
-<!-- <iframe width="560" height="315"
src="https://www.youtube.com/embed/z4Chhref1BM?si=eCOfxuw8Y_ZP8ZHN"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe> -->
+<iframe width="560" height="315"
src="https://www.youtube.com/embed/z4Chhref1BM?si=eCOfxuw8Y_ZP8ZHN"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
## Upsert Improvements
Support for upserts is one of the key capabilities Apache Pinot offers that
differentiates it from other real-time analytics databases. It is a vital
feature when real-time streaming data is prone to frequent updates. While
upserts have been available in Apache Pinot since 0.6.0, with 1.0 they include
two major new enhancements: segment compaction and delete support for upsert
tables.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]