Messages - JohnFredC [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 14next
26
General Software Discussion / Re: SQLNotes...what is it exactly?
« on: June 24, 2008, 08:57 AM »
Touche!

27
General Software Discussion / Re: SQLNotes...what is it exactly?
« on: June 24, 2008, 07:21 AM »
Even if columnar databases have benefits in certain data situations, the SQLNotes structures which emulate a columnar database model are implemented in a relational model!  So there is always some basic relational overhead behind the columnar model overhead which itself is behind the user's notes data.

SQLNotes must run queries in the relational model first in order to set up the columnar structure in which the users' own data query can finally run!


28
General Software Discussion / Re: SQLNotes...what is it exactly?
« on: June 23, 2008, 03:16 PM »
Thanks so much for your complete answer to my somewhat snotty (in retrospect) comment.

I think Jet is more efficient with sparse matrices than you give it credit, though.

Regards...

29
General Software Discussion / Re: SQLNotes...what is it exactly?
« on: June 23, 2008, 02:29 PM »
Now I see that sometimes by double clicking (or pressing enter twice...) in a grid cell I can "pick" from a list of all the values previously entered in that column (er, "field").  That's close to what I'm looking for but I need the picklist to come from another (not the same) column!  Is that possible?

What does inheritance do?

I prowled around the sndb file a bit.  Clever use of queries and tables to abstract a system on top of the underlying Access data model.  Not clear on the benefit of doing things in such an indirect manner, though.  The SQLNotes schema just adds layers on top of what Access/Jet already does, layers that emulate the existing internal Access "MSys" schema, but with, ultimately, less performance (due to the nested querying required) when ¯fText (for instance) gets very large. 

Why not just use native Jet tables, creating new tables, fields, and views when you need them via parameter driven code that builds/executes the appropriate SQL statements. IMHO much more powerful/flexible, and with reduced query overhead, too! 

Anyway...  water under the bridge.

Thanks for everyone's patience with my posts. I understand SQLNotes much better now.

30
General Software Discussion / Re: SQLNotes...what is it exactly?
« on: June 23, 2008, 08:28 AM »
Would this also imply hierarchical organization of the different Grids? I must say that it would be nice. Some of that was mentioned in mantis issue 150, but could be made as a separate issue.
-Armando

Currently the SQLNotes grids are shown as a flat list (ie. one level of tabs in the UI).  My idea was to show the grids in an hierarchical tree managed by drag and drop.

But see my post above.  Such an implementation is essentially meaningless in SQLNotes if all the grids draw from a common pool of fields stored in a single (logically flat) table.

Demo MHSoftware's InfoStore and build a few "list" nodes to see what was I hoping for in SQLNotes. 

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 14next
Go to full version