Re: [Tutor] Advice on multi-dimensional data storage

2016-03-20 Thread Oscar Benjamin
On 16 March 2016 at 13:21, Steven D'Aprano wrote: > On Wed, Mar 16, 2016 at 08:36:59AM +, Matt Williams wrote: >> Dear Tutors, >> >> I am looking for some advice. I have some data that has three dimensions to >> it. I would like to store it such that one could manipulate

Re: [Tutor] Advice on multi-dimensional data storage

2016-03-19 Thread Steven D'Aprano
On Wed, Mar 16, 2016 at 08:36:59AM +, Matt Williams wrote: > Dear Tutors, > > I am looking for some advice. I have some data that has three dimensions to > it. I would like to store it such that one could manipulate (query/ update/ > etc.) by dimension - so it would be feasible to ask for all

Re: [Tutor] Advice on multi-dimensional data storage

2016-03-19 Thread Bob Gailer
On Mar 16, 2016 5:59 AM, "Matt Williams" wrote: > > Dear Tutors, > > I am looking for some advice. I have some data that has three dimensions to > it. I would like to store it such that one could manipulate (query/ update/ > etc.) by dimension - so it would be

Re: [Tutor] Advice on multi-dimensional data storage

2016-03-18 Thread sina sareth via Tutor
Hi thereI would like to make 2 apps I wonder if somebody has a similar codes.   They said it is easier to use Django and MySQL.Thanks 1) XML parsing into database. 2) Do the same thing but this time, get ALL the quotes and save them as separate database entries (you will have to do a for loop

Re: [Tutor] Advice on multi-dimensional data storage

2016-03-16 Thread Alan Gauld
On 16/03/16 08:36, Matt Williams wrote: > Dear Tutors, > > I am looking for some advice. I have some data that has three dimensions to > it. I would like to store it such that one could manipulate (query/ update/ > etc.) by dimension - so it would be feasible to ask for all of the data > that

[Tutor] Advice on multi-dimensional data storage

2016-03-16 Thread Matt Williams
Dear Tutors, I am looking for some advice. I have some data that has three dimensions to it. I would like to store it such that one could manipulate (query/ update/ etc.) by dimension - so it would be feasible to ask for all of the data that shares a value in d1, or iterate over all of the values