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 ed868851 fixing marks url (#87)
ed868851 is described below
commit ed868851e93bf283eb0f6f05e40fff0002836480
Author: hubert <[email protected]>
AuthorDate: Wed Sep 20 16:54:56 2023 -0400
fixing marks url (#87)
---
website/blog/2022-11-08-Apache Pinot-How-do-I-see-my-indexes.md | 2 +-
website/blog/2022-11-17-Apache Pinot-Inserts-from-SQL.md | 2 +-
website/blog/2022-11-22-Apache-Pinot-Timestamp-Indexes.md | 2 +-
website/blog/2022-11-28-Apache-Pinot-Pausing-Real-Time-Ingestion.md | 2 +-
.../blog/2023-01-29-Apache-Pinot-Deduplication-on-Real-Time-Tables.md | 2 +-
website/blog/2023-02-21-Apache-Pinot-0-12-Configurable-Time-Boundary.md | 2 +-
website/blog/2023-03-30-Apache-Pinot-0-12-Consumer-Record-Lag.md | 2 +-
website/blog/2023-05-11-Geospatial-Indexing-in-Apache-Pinot.md | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/website/blog/2022-11-08-Apache Pinot-How-do-I-see-my-indexes.md
b/website/blog/2022-11-08-Apache Pinot-How-do-I-see-my-indexes.md
index ec2ec0b0..168dfdf3 100644
--- a/website/blog/2022-11-08-Apache Pinot-How-do-I-see-my-indexes.md
+++ b/website/blog/2022-11-08-Apache Pinot-How-do-I-see-my-indexes.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.11 - How do I see my indexes?
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
How you can work out which indexes are currently defined on a Pinot table
diff --git a/website/blog/2022-11-17-Apache Pinot-Inserts-from-SQL.md
b/website/blog/2022-11-17-Apache Pinot-Inserts-from-SQL.md
index 29a37a01..4976d319 100644
--- a/website/blog/2022-11-17-Apache Pinot-Inserts-from-SQL.md
+++ b/website/blog/2022-11-17-Apache Pinot-Inserts-from-SQL.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.11 - Inserts from SQL
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
Explore the INSERT INTO clause, which makes ingesting batch data into Pinot
as easy as writing a SQL query.
diff --git a/website/blog/2022-11-22-Apache-Pinot-Timestamp-Indexes.md
b/website/blog/2022-11-22-Apache-Pinot-Timestamp-Indexes.md
index f52f627b..005fdc66 100644
--- a/website/blog/2022-11-22-Apache-Pinot-Timestamp-Indexes.md
+++ b/website/blog/2022-11-22-Apache-Pinot-Timestamp-Indexes.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.11 - Timestamp Indexes
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
Users write queries that use the datetrunc function to filter at a coarser
grain of functionality. Unfortunately, this approach results in scanning data
and time value conversion work that takes a long time at large data volumes.
The timestamp index solves that problem!
diff --git
a/website/blog/2022-11-28-Apache-Pinot-Pausing-Real-Time-Ingestion.md
b/website/blog/2022-11-28-Apache-Pinot-Pausing-Real-Time-Ingestion.md
index a972a737..ee2a5d86 100644
--- a/website/blog/2022-11-28-Apache-Pinot-Pausing-Real-Time-Ingestion.md
+++ b/website/blog/2022-11-28-Apache-Pinot-Pausing-Real-Time-Ingestion.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.11 - Pausing Real-Time Ingestion
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
Learn about a feature that lets you pause and resume real-time data ingestion
in Apache Pinot
diff --git
a/website/blog/2023-01-29-Apache-Pinot-Deduplication-on-Real-Time-Tables.md
b/website/blog/2023-01-29-Apache-Pinot-Deduplication-on-Real-Time-Tables.md
index dd9c0b79..2415d2fd 100644
--- a/website/blog/2023-01-29-Apache-Pinot-Deduplication-on-Real-Time-Tables.md
+++ b/website/blog/2023-01-29-Apache-Pinot-Deduplication-on-Real-Time-Tables.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.11 - Deduplication on Real-Time Tables
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
Learn about the deduplication for the real-time tables feature in Apache Pinot
diff --git
a/website/blog/2023-02-21-Apache-Pinot-0-12-Configurable-Time-Boundary.md
b/website/blog/2023-02-21-Apache-Pinot-0-12-Configurable-Time-Boundary.md
index 7fe7d33e..604fb609 100644
--- a/website/blog/2023-02-21-Apache-Pinot-0-12-Configurable-Time-Boundary.md
+++ b/website/blog/2023-02-21-Apache-Pinot-0-12-Configurable-Time-Boundary.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.12 - Configurable Time Boundary
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
This post will explore the ability to configure the time boundary when
working with hybrid tables.
diff --git a/website/blog/2023-03-30-Apache-Pinot-0-12-Consumer-Record-Lag.md
b/website/blog/2023-03-30-Apache-Pinot-0-12-Consumer-Record-Lag.md
index 6533fb0a..4bbc711a 100644
--- a/website/blog/2023-03-30-Apache-Pinot-0-12-Consumer-Record-Lag.md
+++ b/website/blog/2023-03-30-Apache-Pinot-0-12-Consumer-Record-Lag.md
@@ -2,7 +2,7 @@
title: Apache Pinot™ 0.12 - Consumer Record Lag
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
This post will explore a new API endpoint that lets you check how much Pinot
is lagging when ingesting from Apache Kafka.
diff --git a/website/blog/2023-05-11-Geospatial-Indexing-in-Apache-Pinot.md
b/website/blog/2023-05-11-Geospatial-Indexing-in-Apache-Pinot.md
index c95dbc0f..62994dcf 100644
--- a/website/blog/2023-05-11-Geospatial-Indexing-in-Apache-Pinot.md
+++ b/website/blog/2023-05-11-Geospatial-Indexing-in-Apache-Pinot.md
@@ -2,7 +2,7 @@
title: Geospatial Indexing in Apache Pinot
author: Mark Needham
author_title: Mark Needham
-author_url: https://www.linkedin.com/in/lakshmanan-velusamy-a778a517/
+author_url: https://www.linkedin.com/in/markhneedham/
author_image_url:
https://www.datocms-assets.com/75153/1661544338-mark-needham.png
description:
This post will explore a new API endpoint that lets you check how much Pinot
is lagging when ingesting from Apache Kafka.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]