My team now uses an RDBMS-based solution (more precisely, MSSQL) to manage the database, but we expect to move to Kassandra soon, as we expect a huge increase in traffic.
The application logic is now separate from the insertion logic, because the application calls only certain procedures in SQL that invoke some data validation and make the corresponding insertions.
I want to do something like this in Kassandra. However, I can not find anything that could help me with this. UDFs are not useful as they are mainly used in the request SELECT. I would appreciate community help / advice on this, thanks!
source
share