RE: Optimizing EOF Applications - what does this mean to you?

2012-04-10 Thread Michael Gargano
cts-dev-bounces+mgargano=escholar@lists.apple.com] On Behalf Of Chuck Hill Sent: Tuesday, April 03, 2012 3:38 PM To: WebObjects-Dev List Subject: Optimizing EOF Applications - what does this mean to you? Hi, My topic for WOWODC this year is EOF Optimization. This was chosen based on frequent

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-09 Thread Ken Anderson
Chuck, Do add what Pascal said - I would go a little further into what the pros and cons are of the different inheritance structures. When to choose single table for performance over horizontal (and tell everyone to never use vertical! ) :) Ken On Apr 3, 2012, at 3:37 PM, Chuck Hill wrote: >

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-09 Thread Ken Anderson
Hey Pascal, I didn't know databases had BLOG columns now ;) On Apr 3, 2012, at 3:41 PM, Pascal Robert wrote: > Using the cache correctly (to make less requests to backend) > Dealing with mass fetching/updates/deletes > Design (for example: having BLOG columns in a separate table) > >> Hi, >> >>

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Johan Henselmans
On Apr 3, 2012, at 9:37 PM, Chuck Hill wrote: > Hi, > > My topic for WOWODC this year is EOF Optimization. This was chosen based on > frequent requests in the yearly surveys. I do have some things to address, > but I would really like to hear what YOU are interested in for YOUR projects. >

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Cheong Hee Ng
Congratulations DD - Dr Dan. Possibly let me know the release date of IEEE journal. I do hope to circular this good piece of info to key personnels of local University, so to increase the awareness of wo. By practice, I was a EE too and a member of IEM. Cheers Cheong Hee On Wed, Apr 4, 2012 a

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Alexis Tual
Congratulations Dan, looking forward to read your paper ! Great ideas already mentionned, also : - Fetching raw rows (using traditionnal fetchspec or own sql) - Converting raw rows to eos efficiently - Design : don't model "big" bi-directional to-many relationships - Caching : EOSharedEditingConte

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Daniel Beatty
Greetings Chuck, It is Dr., although, it becomes official on May 11th. The ITNG poster paper will be presented at the end of the month. The globe paper is under review, I expect to present it in December. The IEEE Journal pub is also under review. I expect the journal to go out some time this

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread David Holt
bulk transactions slow fetches resulting in large lists On 2012-04-03, at 12:37 PM, Chuck Hill wrote: > Hi, > > My topic for WOWODC this year is EOF Optimization. This was chosen based on > frequent requests in the yearly surveys. I do have some things to address, > but I would really like

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Johann Werner
Am 03.04.2012 um 21:41 schrieb Pascal Robert: > Using the cache correctly (to make less requests to backend) +1 auto batching from Wonder and other hidden gems (every time you think you found all there is in Wonder for a specific problem someone comes by and points to a class/method/property

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Chuck Hill
Hi Dan, Or is that Dr. Beatty now? :-) Are those papers publicly available? I'd be honored to be mentioned in your dissertation. Cheers, Chuck On 2012-04-03, at 1:22 PM, Daniel Beatty wrote: > Greetings Pascal, > You know, I need to pay more attention to those surveys. I just published >

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Daniel Beatty
Greetings Pascal, You know, I need to pay more attention to those surveys. I just published three papers on that very subject.I suppose my papers may be contributing to a popularity wave of WO, don't we wish. Of course, I am anxious to hear Chuck's version of it. There is a lot about Wond

Re: Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Pascal Robert
Using the cache correctly (to make less requests to backend) Dealing with mass fetching/updates/deletes Design (for example: having BLOG columns in a separate table) > Hi, > > My topic for WOWODC this year is EOF Optimization. This was chosen based on > frequent requests in the yearly surveys.

Optimizing EOF Applications - what does this mean to you?

2012-04-03 Thread Chuck Hill
Hi, My topic for WOWODC this year is EOF Optimization. This was chosen based on frequent requests in the yearly surveys. I do have some things to address, but I would really like to hear what YOU are interested in for YOUR projects. Please let me know and I will try my best to accommodate al