Re: Searching d4m based table

2016-02-09 Thread Dylan Hutchison
Hi Jamie, Take a look at the examples under directories 3Scaling and 2Apps in the D4M distribution , or at a demo on baseball data here . Whether you use Matlab/Octave or not, these examples demonstrate the d4m schema and queries on

Re: Searching d4m based table

2016-02-09 Thread Jamie Johnson
Thanks Jeremy, I will give this a read. Are there any sample projects that demonstrate these types of queries? On Tue, Feb 9, 2016 at 9:59 AM, Jeremy Kepner wrote: > Graphs and graph traversals. > Exact match and range queries. > > If the data set is large and you are concerned about a particul

Re: Searching d4m based table

2016-02-09 Thread Jeremy Kepner
Graphs and graph traversals. Exact match and range queries. If the data set is large and you are concerned about a particular query returning a lot of data then it is important to create a degree table that maintains the count of each unique entry in the d4m table. You can then query the degree ta