Search found 93 matches: optimization

Return to advanced search

Re: How to speed up your MySQL queries 300 times

... are above 90% then for choosing all male employees direct table scan is faster and for choosing female employees, index scan is faster. Rule based optimization which was prevalent long time back always used indexes. Oracle moved from RBO to Cost Based Optimization long time back (I think around ...
by nageswaragunupudi
Wed May 17, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1423

Re: How to speed up your MySQL queries 300 times

What is less known is that most SQL functions totally ignore indexes and incite a full table scan. Any decent SQL engine use indexes for query optimization. This is a well known fact since the 70's. Or that adding indexes like pepper and salt can actually SLOW down a database. This is true. Any ...
by Enrico Maria Giordano
Wed May 17, 2017 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1423

Re: How to speed up your MySQL queries 300 times

... RDD to optimize filters. Even if I know that I may not be knowing how to build a filter expression (or index expression) to take advantage of the optimization. It is from this stage many of us need to learn. I will again learn my mistakes after I start adding indexes like salt and pepper. I consider ...
by nageswaragunupudi
Wed May 17, 2017 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1423

Conferencia internacional de Harbour+FWH - Sesiones

... viz., desktop, tablet and mobile phone. - Related issues. RDBMS ===== RDBMS SQL Ansi SQL Database Design Data Normalisation Data Integrity Optimization Reduction of load on Server and Network Query Optimization Indexes ADO Connection Object RecordSet object Command Object FWH Classes TRecSet ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1117

Re: 1st FWH + [x]Harbour 2017 international conference

... viz., desktop, tablet and mobile phone. - Related issues. RDBMS ===== RDBMS SQL Ansi SQL Database Design Data Normalisation Data Integrity Optimization Reduction of load on Server and Network Query Optimization Indexes ADO Connection Object RecordSet object Command Object FWH Classes TRecSet ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 274261

Re: SEO (Search Engine Optimization) with FWH

Well, using regexp and index custom, ey now in memory, not is very dificult.
Remenber , regexp is your friend ;-)

Regards
by thefull
Mon Feb 06, 2017 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1498

Re: SEO (Search Engine Optimization) with FWH

Changes in Google search While Google is still the undisputed leader of traffic generation, recent changes in their search results page layout have changed the balance between paid and non paid real estate on the page, which means a reliance on Google for website traffic has now become more expensi...
by Otto
Mon Feb 06, 2017 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1498

Re: SEO (Search Engine Optimization) with FWH

You can use SQL with DBF also
by nageswaragunupudi
Mon Feb 06, 2017 12:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1498

Re: SEO (Search Engine Optimization) with FWH

It's a normal FWH program with dbf files that I use to upload in Prestashop. No SQL involved. I'm thinking of using a 2 Xbrowse's, left where all the individual words are listed, and write the xbrowse with the resolt combination of words. I the left listbox I can select the words with the selector t...
by Marc Venken
Sun Feb 05, 2017 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1498

Re: SEO (Search Engine Optimization) with FWH

You may do a SQL query
by Antonio Linares
Sun Feb 05, 2017 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1498

SEO (Search Engine Optimization) with FWH

Has anyone created SEO's words, sentences from products in a database ? In a webshop, filled with products names, descriptions, options there is a lot of info that Google search can index, if provided the right way. In Prestashop (webshop) you can give each products the folowing info : Meta Title (7...
by Marc Venken
Sat Feb 04, 2017 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEO (Search Engine Optimization) with FWH
Replies: 5
Views: 1498

how create error.log in FWH

... (Build 20160705) xHarbour built on..: Jul 8 2016 15:17:55 C/C++ compiler.....: Pelles ISO C Compiler 3.0 (32-bit) Multi Threading....: NO VM Optimization....: 2 Current Area ......:1 -------------------------- Environmental Information -------------------------- SET ALTERNATE......: OFF SET ...
by kajot
Wed Dec 14, 2016 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how create error.log in FWH
Replies: 10
Views: 2747

New FTDN November/Noviembre 2016 (FWH 16.11)

... cSql, [aParams], [lShow] ) --> lValidSql Can be used to check validity of sql without executing Can also be used to view execution plan for optimization * RICHEDIT5 - New METHOD SaveToPDF( cName, cFile, lView ) cName := <Optional - Name of report - Not used yet> cFile := File of PDF ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3247

New FTDN October/Octubre 2016 (FWH 16.10)

... in TMenu Now is possible use of all type images ( .ico included ) If not clausule ADJUST is added, images they are adjusted a left space of menu Optimization and clean code Samples Mnu01.prg and Mnu02.prg for test - New clausule NOCENTER in MENU BAR for align item to LEFT - Images painted gray ...
by Antonio Linares
Tue Nov 01, 2016 10:35 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2016 (FWH 16.10)
Replies: 0
Views: 1288

New FTDN June/Junio 2016 (FWH 16.06)

... 2015, _2015> ]; - Bug Fixed: when style is 2013 or 2015 and STARTBTN <> 0, folder say with white color * XBrowse: - Fix: A speed optimization introduced in FWH 16.05 is not compatible with ADS. While this is taken care of in SetRDD(), it effected navigation of ADS with TDatabase. ...
by Antonio Linares
Sun Aug 07, 2016 7:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2396
PreviousNext

Return to advanced search