Click here to Skip to main content
15,867,704 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: cross compiling a huge codebase from Power++ to c# Pin
Dave Kreskowiak8-Jul-21 11:43
mveDave Kreskowiak8-Jul-21 11:43 
AnswerRe: cross compiling a huge codebase from Power++ to c# Pin
Mycroft Holmes8-Jul-21 12:55
professionalMycroft Holmes8-Jul-21 12:55 
AnswerRe: cross compiling a huge codebase from Power++ to c# Pin
Gerry Schmitz9-Jul-21 5:47
mveGerry Schmitz9-Jul-21 5:47 
GeneralRe: cross compiling a huge codebase from Power++ to c# Pin
Mycroft Holmes9-Jul-21 12:36
professionalMycroft Holmes9-Jul-21 12:36 
GeneralRe: cross compiling a huge codebase from Power++ to c# Pin
Gerry Schmitz12-Jul-21 8:27
mveGerry Schmitz12-Jul-21 8:27 
AnswerRe: cross compiling a huge codebase from Power++ to c# Pin
jschell17-Jul-21 10:55
jschell17-Jul-21 10:55 
QuestionEasiest Way To Implement Predictive Search On An Intranet Site Pin
Maria Delpiano17-Jun-21 5:25
Maria Delpiano17-Jun-21 5:25 
AnswerRe: Easiest Way To Implement Predictive Search On An Intranet Site Pin
jschell7-Jul-21 6:43
jschell7-Jul-21 6:43 
Maria Delpiano wrote:
If this is not the right place to ask


Probably is the best place

Maria Delpiano wrote:
what would be the easiest method to implement


Better be careful with that approach.

What is the size of your database now? And do you have actual reasonable data on the expected growth rate?

Otherwise this is what will happen. You will come up with something that works ok with 20,000 rows (across 5 tables) and then it completely falls over with 20 million rows (perhaps by locking up the database for a minute every time someone does the search.)

Maria Delpiano wrote:
Any info on where to look or which resources are readily available would be greatly appreciated.


Following in google seems to return quite a bit of info.

predictive search algorithm



Maria Delpiano wrote:
(ideally that makes use of AI),...It would be great if it could understand what you mean (i.e search query 'song la la la' that returns as result 'ATC -All around the world' on youtube. It would be great to implement vocal search as well.


Since you presumably have nothing now I would suggest just ignoring all of those ideas currently.


Maria Delpiano wrote:
your portfolio of clients,


To me that is something you need to be very careful with. If you have user A with a set of clients X, I suspect you do not want anything associated with X showing up for user B (whose clients Y are different.)

And because of that restriction alone is it possible that you can only build your data based on one user with no sharing at all? Can you insure that a query by user A, if exposed to user B, even without the client name would not be a problem?
GeneralRe: Easiest Way To Implement Predictive Search On An Intranet Site Pin
Mycroft Holmes7-Jul-21 13:28
professionalMycroft Holmes7-Jul-21 13:28 
GeneralRe: Easiest Way To Implement Predictive Search On An Intranet Site Pin
User 1407655213-Jul-21 9:23
User 1407655213-Jul-21 9:23 
QuestionSoftware architecture pattern Pin
Tabah Baridule10-Jun-21 9:32
Tabah Baridule10-Jun-21 9:32 
AnswerRe: Software architecture pattern Pin
PIEBALDconsult10-Jun-21 9:32
mvePIEBALDconsult10-Jun-21 9:32 
GeneralRe: Software architecture pattern Pin
Tabah Baridule11-Jun-21 18:59
Tabah Baridule11-Jun-21 18:59 
AnswerRe: Software architecture pattern Pin
Mycroft Holmes10-Jun-21 12:13
professionalMycroft Holmes10-Jun-21 12:13 
GeneralRe: Software architecture pattern Pin
Tabah Baridule11-Jun-21 19:44
Tabah Baridule11-Jun-21 19:44 
GeneralRe: Software architecture pattern Pin
Mycroft Holmes11-Jun-21 20:48
professionalMycroft Holmes11-Jun-21 20:48 
AnswerRe: Software architecture pattern Pin
Gerry Schmitz10-Jun-21 12:23
mveGerry Schmitz10-Jun-21 12:23 
GeneralRe: Software architecture pattern Pin
Tabah Baridule11-Jun-21 19:04
Tabah Baridule11-Jun-21 19:04 
AnswerRe: Software architecture pattern Pin
Greg Utas10-Jun-21 14:22
professionalGreg Utas10-Jun-21 14:22 
GeneralRe: Software architecture pattern Pin
Tabah Baridule11-Jun-21 19:08
Tabah Baridule11-Jun-21 19:08 
GeneralRe: Software architecture pattern Pin
Greg Utas12-Jun-21 0:12
professionalGreg Utas12-Jun-21 0:12 
AnswerRe: Software architecture pattern Pin
Bohdan Stupak30-Jul-21 3:36
professionalBohdan Stupak30-Jul-21 3:36 
QuestionIs if-then-else now considered to be as obsolete as goto? Pin
swampwiz27-May-21 18:28
swampwiz27-May-21 18:28 
AnswerRe: Is if-then-else now considered to be as obsolete as goto? Pin
Gerry Schmitz27-May-21 19:07
mveGerry Schmitz27-May-21 19:07 
AnswerRe: Is if-then-else now considered to be as obsolete as goto? Pin
Richard MacCutchan27-May-21 21:30
mveRichard MacCutchan27-May-21 21:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.