Slashdot Mirror


User: pron

pron's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:What do cores have to do with it? on A New Approach To Database-Aided Data Processing · · Score: 1

    Author here. Our products are currently in-RAM, and any disk IO, if present, is asynchronous (we're not durable).

  2. Re:I have a solution on A New Approach To Database-Aided Data Processing · · Score: 1

    Author here. The point of the demo is not to show the benefits of indexing. That, you are quite right, is obvious. The point was to show how the database can parallelize application code. Instead of asking the database to perform a query or a transaction, whether synchronously or asynchronously, you pass your data-processing code to the database to schedule and run. The idea is to unite the database and the application, or make the database not just a data-store but also a parallelization framework. But don't mistake this database to be some sort of monolithic monster running on a huge server and programmed in an obscure language. This database runs the application on the application server, and it uses whatever language the application employs.

  3. Re:Scale up vs. scale out on A New Approach To Database-Aided Data Processing · · Score: 1

    Author here. Take a look at our open-source grid: http://puniverse.github.com/galaxy/