1
Automation Interface, Add-Ins and Tools / Re: SQL - query within a given large hierarchy (or namespace)?
« on: December 19, 2019, 11:01:27 pm »
Thanks, Gert.
It's mainly for SQL statements in:
- perhaps, simply adding a delimetered path string (a path with names and/or a path with IDs or guids)
- probably by db triggers (I'm sure I need to do this asynchronously)
- ... and perhaps pushing it into an indexing system - I tried pushing the EA database into Solr, and it's blazingly fast - and gives me best-match rankings etc.
- ... ... or into a no-sql db (e.g. MongoDB) tree structure ...
It's mainly for SQL statements in:
- EA's search
- OK, so I can use #Branch# in this - I actually had not seen that - Thanks

- OK, so I can use #Branch# in this - I actually had not seen that - Thanks
- Our home-build website's Java backend
- Your getPackageTreeIDString(package) is exactly what I use in some scenarios
- perhaps, simply adding a delimetered path string (a path with names and/or a path with IDs or guids)
- probably by db triggers (I'm sure I need to do this asynchronously)
- ... and perhaps pushing it into an indexing system - I tried pushing the EA database into Solr, and it's blazingly fast - and gives me best-match rankings etc.
- ... ... or into a no-sql db (e.g. MongoDB) tree structure ...

the Database Builder does