Re: Electronic Notebook (ELN)

2015-09-04 Thread junctionapps
trello is a slick app that may be of interest. I don't believe it is written in Django, but if you were looking for some examples of interfaces etc, it might be worth a look. Developing a clone in Django with the most basic of features would be a place to start with moderate difficulty. On

Re: Terrible performance when dropping into raw SQL Oracle

2014-03-05 Thread junctionapps
for a > particular case. BTW, I tried using max() instead of distinct, with no > change, which I expected since the database solution would be nearly > identical in that case. Hopefully I didn't misunderstand what you were > requesting I try. > > On Monday, March 3, 2014 1:43:

Re: Terrible performance when dropping into raw SQL Oracle

2014-03-03 Thread junctionapps
Hey Shawn, would you do me a favour and try something a query with a implicit distinct like the following substituting YOURRECORDTABLE for whatever table holds your recordnumb as a unique value (I'm making a large assumption you have a table where each recordnum occurs once). Could you let me