Viktor Klang wrote: > Read it earlier today. > > It's quite interesting, transcoding SQL to MapReduce jobs that uses > RDBMes as datasources > > I see this really useful for analytical querying over huge datasets, > but I wouldn't imagine it as an option as persistence-store for > domain/business objects. Definitely not yet, but their approach *should* be amenable to read-mostly/some-writes use cases in that it tries to discover which node(s) hold the data that will be affected by analyzing the SQL AST; distributed transactions are awful but at least they can be contained to a subset of DBMS nodes.
-0xe1a --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
