Yeah, I wrote user generated tables, but I reality, there are an infinite number of solutions to this that are lighter than creating a new table and a table join. That was more conceptual. You mentioned one.. and things like moving averages are trivial computationally. But if you want all the crazy popular indicators, how tough is it to do a) in-line, or b) if it’s used all the time, as a column of a table?? Of course you charge access to that table, but Monetization of such a system should be pretty easy. I’d charge by computational cycles. Really wished I owned the copyright to such data.
As for user defined computations, how hard are they to do in-line? For sure, initially you can play with it.. but this is what hive was created for. No one is expecting a 30 second job completion.
As for user defined computations, how hard are they to do in-line? For sure, initially you can play with it.. but this is what hive was created for. No one is expecting a 30 second job completion.
Last edited:
