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

Andres de la Peña updated CASSANDRA-18566:
------------------------------------------
    Test and Documentation Plan: 
||PR||CI||
|[trunk|https://github.com/apache/cassandra/pull/2386]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2932/workflows/b7c6cde6-484f-4b6e-b17d-207bdfa49bbf]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/2932/workflows/5defa806-034e-4efd-ae2b-dfc89390bf5a]|
                         Status: Patch Available  (was: Open)

> Avoid unnecessary deserialization of terminal arguments when executing CQL 
> functions
> ------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18566
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18566
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL/Semantics
>            Reporter: Andres de la Peña
>            Assignee: Andres de la Peña
>            Priority: Normal
>             Fix For: 5.x
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> CQL functions unnecessarily deserialize their terminal arguments on every 
> call.
> For example, the function call in {{SELECT mask_inner(column, 1, 0) FROM t}} 
> deserializes {{1}} and {{2}} for each returned row. As another example, the 
> selector in {{SELECT column * 2 FROM t}} also deserializes {{2}} for each 
> returned row.
> The goal of this ticket is to improve the function execution code to avoid 
> those deserializations.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to