Cassandra User Defined Functions using the Python Driver
Apache Cassandra 2.2 introduced User Defined Functions (UDFs) and User Defined Aggregates (UDAs), which allow certain types of computation to occur server-side, directly on the Cassandra cluster. This can reduce network traffic to the client and reduce client-side resource utilization. UDFs are identified by their signature: the combination of its keyspace, function name and arguments. They can be used in scenarios such as filtering items based on the number of available states or retrieving specific information from User Defined Types (UDTs). By supporting JSR 223 scripting languages, UDFs allows you to write server-side executable scripts in your favorite language among many supported languages.
Company
DataStax
Date published
Aug. 4, 2015
Author(s)
Kishan Karunaratne
Word count
1498
Hacker News points
None found.
Language
English