Jason Hunter
Jason Hunter
At some point Corona should support reverse queries. I picture letting the user save queries with names. Then execute a reverse query on each document insert or modification (easy to...
People may want to query against properties using the string query syntax. Wonder if we could make properties just another aspect of a Place.
It'd be good for people to be able to facet on collections and uris, and use them like they'd use any other range index value. This lets people get the...
We could support a few analytical functions against ranges: Median and other percentiles Mean average Standard deviation Sum These will run much faster if you don't have to transmit the...
It'd be useful to be able to extract a summary of Corona's state (namespaces, places, ranges, etc) in a singular serialized format such as JSON, for archive purposes, and then...
Request from Clark. He'd like a way to clear the full Corona state to better support unit testing. Perhaps you should be able to clear each managed item (places, namespaces,...
An issue raised by Fernando. He'd like to be able to request a set of documents at once by URI, and get the results back in the same order as...
It works, but we need to tell people about it. Document in the same place as where we describe doing a PUT to /manage.
Today there's no way to specify languages on searches, but that's a core feature we'll need.
This would be convenient for people doing bulk uploads. It will also let us do a fair comparison of performance between the Corona vs XDBC protocols. For performance we should...