rdblue commented on a change in pull request #18:
URL: https://github.com/apache/iceberg-docs/pull/18#discussion_r792891685
##########
File path: landing-page/content/services/row-level-deletes.html
##########
@@ -1,9 +1,11 @@
---
-Title: Schema Evolution
-AsciinemaCast: schema_evolution.cast
+Title: Row-level Deletes
+Description: Iceberg supports the copy-on-write and merge-on-read approaches
to handle row-level delete operations.
Review comment:
The term "row-level deletes" probably doesn't connect with people coming
to this page. Instead, I'd highlight "Expressive SQL changes" or something
similar. What users care about is that they can use `MERGE INTO`, `UPDATE`, and
`DELETE FROM`. (Mostly `MERGE` and `DELETE`)
So the description can be something like `Iceberg supports flexible SQL
commands to merge new data, update existing rows, and perform targeted deletes.
Iceberg can eagerly rewrite data files for read performance, or it can use
delete deltas for faster updates.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]