Search found 110 matches: optimize

Return to advanced search

Re: INDEX on / seek in MARIA DB

In RDBMSs other than DBFs, indexes are not used for Navigation or for Seeks. The purpose of indexes is only to optimize where clauses for queries. Intelligent planning of indexes is an essential part of database design to optimize queries in OLAP (Online Analytical processing). ...
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 397

Re: XBROWSE Column Question

how can i "optimize" Column wide (STRETCHCOL_WIDEST) :nStretchCol := STRETCHCOL_LAST Stretches the last column to fit the GridWidth :nStretchCol := STRETCHCOL_WIDEST Further stretches the widest character column to fit ...
by nageswaragunupudi
Thu May 04, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 867

XBROWSE Column Question

hi,

how can i "optimize" Column wide (STRETCHCOL_WIDEST)
how can i SET Cursor into 5th Column (also when outside Screen)
by Jimmy
Wed May 03, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 867

Re: Advise in Server hardware

... 4 GB "Dual-Channel" DDR4 RAM for PostgreSQL Server i use 50 % of RAM as "Cache" remember when use PostgreSQL or MySQL to "optimize" RAM for "Cache" \PostgreSQL\xx.x\data\postgresql.conf \ProgramData\MySQL\MySQL Server 8.0\my.ini --- official Microsoft Microsoft ...
by Jimmy
Tue Apr 04, 2023 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1173

Re: optimize MySQL Server Configuration

hi, thx for Answer when install MySQL with "default" Setting they are not "optimize" Try with MySql administrator, it has that posinility. i do NOT want to "optimize" Query & Co i talk about System Variable in "c:\ProgramData\MySQL\MySQL ...
by Jimmy
Fri Mar 24, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: optimize MySQL Server Configuration
Replies: 2
Views: 293

Re: optimize MySQL Server Configuration

Jimmy

Try with MySql administrator, it has that posinility.

Best regards
by Armando
Wed Mar 22, 2023 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: optimize MySQL Server Configuration
Replies: 2
Views: 293

optimize MySQL Server Configuration

hi,

is there a Tool or Website which can help me to optimize MySQL Server Settings :?:

for PostgreSQL you can use this Website
https://pgtune.leopard.in.ua/
by Jimmy
Wed Mar 22, 2023 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: optimize MySQL Server Configuration
Replies: 2
Views: 293

Re: Fighting Xbrowse and lozing !!!

We need to highly optimize image painting logic in the cells.
I will try to make a sample for you.

It will help me very much if you can share your dbf with me.
my email:
nageswaragunupudi [at] gmail [dot] com.
I don't need images. I will substitute with some images that are with me here
by nageswaragunupudi
Sat Dec 24, 2022 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1567

Re: download iPhone Photo connect to PC

... SayBar( cText, nPart )RETURN#include "TGRID.PRG"#include "HB_FUNC.PRG"#endif*+ EOF: PHONE3.PRG ... but still need to "optimize" (DblCkick/Click to expand)
by Jimmy
Wed Nov 30, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 985

Contextual visualization of images

Hi,

I'm flipping through xBbrowse. In the bChanged code block, bitmap files are loaded into XImage. However, if I do continuous scrolling (arrow, scrollbar slider, mouse wheel), there is a strong slowdown. Is it possible to optimize the contextual visualization of images ?
by Natter
Mon Nov 14, 2022 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contextual visualization of images
Replies: 2
Views: 317

Re: Is Xbrowse Barget still intended to filter data

... has limited scope. What I mean is scopes are not useful for every occassion. Most important thing is we should study how to make fully or greatly optimize filters. With XBrowse, less the code we write the better You are totaly right, and we have spoken before that study of filters is important. ...
by Marc Venken
Sat Nov 05, 2022 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is Xbrowse Barget still intended to filter data
Replies: 2
Views: 205

Re: Is Xbrowse Barget still intended to filter data

... has limited scope. What I mean is scopes are not useful for every occassion. Most important thing is we should study how to make fully or greatly optimize filters. With XBrowse, less the code we write the better
by nageswaragunupudi
Sat Nov 05, 2022 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is Xbrowse Barget still intended to filter data
Replies: 2
Views: 205

Re: CLASS TGrid() for FiveWin

... on Item will   ShellExecute( oWnd:hWnd, "Open", cPath + cRet,,, SW_SHOW ) press CTRL + "Plus of Numpad" will "optimize" TGrid() press a-z will "jump" to Item. press again for next --- todo : vertical Scrollbar does show Position but will not "nagivigate" ...
by Jimmy
Sun Oct 23, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3447

Google pixels versus characters

For Google rankings optimize, it is nessesary to determen the pixel width in stead of chacaters width.
Somebody know a function that can do that ?

Getfield : "This is a test"

14 chars, but how many pixels
by Marc Venken
Thu Oct 06, 2022 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google pixels versus characters
Replies: 1
Views: 166

Re: Xbrowse bBargetAction and the filtering function for it

... ago. Changes needed ? Optimization has nothing to do the version of FWH. Optimization of filters is dependent of (x)Harbour RDD. DBFCDX and ADS optimize filters if the filters obey the rules of optimization. More about optimization later. But for now, this function works exactly the same way ...
by nageswaragunupudi
Sun Jul 03, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 834
Next

Return to advanced search