[
https://issues.apache.org/jira/browse/CASSANDRA-7395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040898#comment-14040898
]
Robert Stupp commented on CASSANDRA-7395:
-----------------------------------------
bq. 0.5ms is a much higher delay than you should expect
I've seen that in production systems - depending on the hardware and system
load between 0.1ms and 0.2ms - sometimes up to .5ms.
bq. I don't see how moving the UDF evaluation to another thread helps you stop
the work it's doing
Sure - I stop thinking about that case because it is completly off-topic for
now and nevertheless not really solvable. It's up to the user's QA to ensure
that "only good code" goes into C*.
> Support for pure user-defined functions (UDF)
> ---------------------------------------------
>
> Key: CASSANDRA-7395
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7395
> Project: Cassandra
> Issue Type: New Feature
> Components: API, Core
> Reporter: Jonathan Ellis
> Fix For: 3.0
>
> Attachments: 7395.diff
>
>
> We have some tickets for various aspects of UDF (CASSANDRA-4914,
> CASSANDRA-5970, CASSANDRA-4998) but they all suffer from various degrees of
> ocean-boiling.
> Let's start with something simple: allowing pure user-defined functions in
> the SELECT clause of a CQL query. That's it.
> By "pure" I mean, must depend only on the input parameters. No side effects.
> No exposure to C* internals. Column values in, result out.
> http://en.wikipedia.org/wiki/Pure_function
--
This message was sent by Atlassian JIRA
(v6.2#6252)