CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Posts
    62

    [RESOLVED] Distribute & partition mySQL database across machines

    Hi,

    Is it possible to distribute & partition a mySQL database across several machines, so that each machine contains a unique section/segment of the overall database.

    MySQL Cluster seems to provide the facility for cloning a database across machines (i.e. replicas of the database on each machine). However is it possible to partition a database across machines?

    Thanks

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: Distribute & partition mySQL database across machines

    I think you need federated tables.
    Check this article: MySQL Federated Tables: The Missing Manual
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

  3. #3
    Join Date
    Sep 2007
    Posts
    62

    Re: Distribute & partition mySQL database across machines

    Thanks a lot for the link

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured