[ 
https://issues.apache.org/jira/browse/SPARK-56406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SPARK-56406:
-----------------------------------
    Labels: pull-request-available  (was: )

> Stream-stream join v4: skip accessing secondary index for non-timestamp 
> workload
> --------------------------------------------------------------------------------
>
>                 Key: SPARK-56406
>                 URL: https://issues.apache.org/jira/browse/SPARK-56406
>             Project: Spark
>          Issue Type: Improvement
>          Components: Structured Streaming
>    Affects Versions: 4.2.0
>            Reporter: Jungtaek Lim
>            Priority: Major
>              Labels: pull-request-available
>
> For non-timestamp workload in stream-stream join v4, we don't really get 
> benefit from having secondary index. The purpose of secondary index is 
> eviction and non-timestamp workload does not perform eviction at all, hence 
> we don't really need to read and update secondary index.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to