Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs.feldera.com/docs/literature/papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following publications and awards describe Feldera's theoretical foundation,
A shorter and simpler version of the VLDB 2023 DBSP paper.

* [DBSP: Automatic Incremental View Maintenance for Rich Query
Languages](/vldb23.pdf)
Languages](pathname:///vldb23.pdf)
*Mihai Budiu, Tej Chajed, Frank McSherry, Leonid Ryzhyk, and Val
Tannen*, Proceedings of the VLDB Endowment (VLDB), Vancouver,
Canada, August, 2023, pages 1601-1614.
Expand Down
2 changes: 1 addition & 1 deletion docs.feldera.com/docs/tutorials/basics/part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ try!).
This reflects the internal workings of Feldera: instead of reevaluating the
query from scratch on every new input, it only updates affected outputs by
propagating input changes through the query execution plan. We refer to this as
**incremental query evaluation**. See our [paper](/vldb23.pdf) for a rigorous
**incremental query evaluation**. See our [paper](pathname:///vldb23.pdf) for a rigorous
description of this technique.

## Takeaways
Expand Down
Loading