Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38
  1. #11

    mysql can manage a large amount of records bisan pila pa na ka thousands. taronga lang ug manage ang inyo db para dali ra e query. dapat gamit ka ug index, reference, relationship para wlay field na magbalik balik ug declare. payts....

  2. #12
    proper normalization and indexing and you'll be fine. one db i'm maintaining has 32 million records across 38 tables (so it's a fairly small app). it gets ~500k queries per hour but the average resource load of the server isn't even 10% at peak times. besides, you can always scale the hardware and do load sharing inig abot sa panahon if you do hit MySQL's limits. pero dako na siguro kaayo imong company ana

    gamit pud ug slow_query_log, EXPLAIN, etc during development so you can benchmark and optimize your queries.

  3. #13
    Quote Originally Posted by tynum View Post
    as to what have been said by cold_fusion ug ni maddox22... mag depend ra diay sa data type sa gi query....

    so even if you have let's say 10 million records sa imo DB then naa ka e query na picture( max size 200kb ) sa imo DB using a simple SELECT statement... dili mu slow down ang speed sa pag query ana? i mean ang pag search sa picture ana sa DB with its primary key kay dili na xa sequential?
    I'll just add something ha..

    1. You can't query a picture but you can store the filenames and you can do a query with the stored filenames. In websites that operates in Mysql and displays images, its not the MySQL that is making it slow but the caching of the images.
    2. If you have 10 million records, there will be no sense to query and display that helluva lot of records at one.
    3. There are procedures to maximize your database performance. Database design is one.

  4. #14
    Indexing lang....primary keys

  5. #15
    para sa ako lang.. dili nindot if ang image iapil ug store sa database na pwede man sa directory nalang e save... basta taronga lang ug manage ang imo database.

  6. #16
    Question ko lang.. unsaon pag connect sa MySQL gamit ako program vb6 pinaagi sa ako public IP... ng.libog kaau ko kay dili ko ka connect kng LAN lang maka connect man ko?


    please help... tnx

  7. #17
    Quote Originally Posted by tynum View Post
    as to what have been said by cold_fusion ug ni maddox22... mag depend ra diay sa data type sa gi query....

    so even if you have let's say 10 million records sa imo DB then naa ka e query na picture( max size 200kb ) sa imo DB using a simple SELECT statement... dili mu slow down ang speed sa pag query ana? i mean ang pag search sa picture ana sa DB with its primary key kay dili na xa sequential?
    Performance wise, do not store pictures on your mysql database, instead store it into a directory... Then store its filename and/or its location to a table, query these info and have your program point to the file location.

    Database performance depends on your design and structure (either MS-SQL, MySQL, PostGre SQL, etc)...

    Sa amo, we have been dealing with "Table Locking" issues due to design flaws (gibyaan sa mga developer nga nagkalitse-litse ang system) sa database (esp. union select queries), which led us to redesign and restructure our database (MySQL 5.0)...

  8. #18
    Quote Originally Posted by sunduwu View Post
    Question ko lang.. unsaon pag connect sa MySQL gamit ako program vb6 pinaagi sa ako public IP... ng.libog kaau ko kay dili ko ka connect kng LAN lang maka connect man ko?


    please help... tnx
    Security purposes, ayaw ipa dretso ug connect imo clients sa imo public ip bro (either you change your machine's ip to public IPs)... Use port forwarding instead, and forward any PORT 3306 request to your local database machine.


    By doing that, dili directly expose imo machine to outside network... and besides, you can still give "user"@"localhost" privilege sa tanang connections nimo, bsan pa ug outside your local area network...

    Kay kon imo na ipaconnect ang outside network nimo, you have to give privileges to "user"@"%", that means tanan source requests, iya dawaton...

  9. #19
    Quote Originally Posted by sunduwu View Post
    Question ko lang.. unsaon pag connect sa MySQL gamit ako program vb6 pinaagi sa ako public IP... ng.libog kaau ko kay dili ko ka connect kng LAN lang maka connect man ko?


    please help... tnx
    Ngano VB6 paman imo gamit?

  10. #20
    Quote Originally Posted by istp1980 View Post
    Ngano VB6 paman imo gamit?
    y man d i kng vb6 bro? ako vb6 man gani akong gamit...eheheh.....

  11.    Advertisement

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

 
  1. 5 Questions Every Man Dreads -- and Why
    By tikboy in forum "Love is..."
    Replies: 43
    Last Post: 03-04-2012, 01:40 PM
  2. A Question on Guys who dump girls
    By SweetCatEyes in forum "Love is..."
    Replies: 247
    Last Post: 05-24-2011, 09:50 AM
  3. MySQL question?
    By Tin_Tin in forum Programming
    Replies: 7
    Last Post: 07-06-2010, 09:30 PM
  4. Replies: 59
    Last Post: 05-05-2009, 10:00 PM
  5. How To Ask Questions The Smart Way
    By $dbpasswd in forum Support Center
    Replies: 14
    Last Post: 02-03-2006, 06:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top