Re: Tips for optimizing tables for link analysis

2002-10-24 Thread Michael T. Babcock
spiros wrote: Any tips for optimization?(I assume this should not be done with pure sql statements). It almost sounds like you might not have a very good table design to work with, depending on what your data is. Can you describe in some more detail what is being dealt with here? -- Micha

Tips for optimizing tables for link analysis

2002-10-24 Thread spiros
In case anyone has done this before, I'd appreciate any tips for optimizing a link analysis application , e.g in its simplest form if we have one or more tables of the form AB === a1 b1 a2 b1 a3 b2 a1 b4 a4 b1 a5 b3 a6 b2 b1 b3 b3 a2 are there any tips f