Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. mySQL dataset over VPN [modified]

mySQL dataset over VPN [modified]

Scheduled Pinned Locked Moved Database
databasemysqlsysadminhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    programmervb netc
    wrote on last edited by
    #1

    My company has some centers on a VPN connection and I am wondering if there is a way to slim the dataset... I am already selecting minimal columns and rows. The query gets passed to the server rather quickly but when the data is being passed back it is rather slow. Any help appreciated. EDIT~~~this is a simple query with no joins and a single where and the column in the where is indexed.

    Humble Programmer

    modified on Friday, April 9, 2010 5:15 PM

    G 1 Reply Last reply
    0
    • P programmervb netc

      My company has some centers on a VPN connection and I am wondering if there is a way to slim the dataset... I am already selecting minimal columns and rows. The query gets passed to the server rather quickly but when the data is being passed back it is rather slow. Any help appreciated. EDIT~~~this is a simple query with no joins and a single where and the column in the where is indexed.

      Humble Programmer

      modified on Friday, April 9, 2010 5:15 PM

      G Offline
      G Offline
      Graham Breach
      wrote on last edited by
      #2

      If you're only requesting the data you need, there's not much left to play with. Turn protocol compression on if you don't already and see if that helps. There are also some variables[^] you can set that might give better performance. net_buffer_length is probably the most important.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups