0% found this document useful (0 votes)
147 views1 page

Conclusion

The document summarizes a project to build a demo application using MySQL clustering. The project successfully implemented MySQL clustering across database, business logic, and client GUI layers. Some challenges included setting up the virtualized network and testing MySQL scalability. Load balancing and query optimization were identified as limitations not addressed in the demo application.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
147 views1 page

Conclusion

The document summarizes a project to build a demo application using MySQL clustering. The project successfully implemented MySQL clustering across database, business logic, and client GUI layers. Some challenges included setting up the virtualized network and testing MySQL scalability. Load balancing and query optimization were identified as limitations not addressed in the demo application.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Conclusion MySQL Clustering

Conclusion
Project Finale
At the end of the project, we successfully built a demo suite around MySQL covering the
following layers –

1. Database
2. Business Logic
3. Client Side GUI

The replication approaches have been significantly emphasized and the entire
application framework can be fine-tuned in any desired way.

Project Key Challenges


Some of the key challenges faced during the implementation are –

• Setting up the Network comprising the various Operating Systems under


VirtualBox.
• Testing the scalability of MySQL on the available hardware environment.
• Development of Client GUI using Java Server Faces as it was very erratic at times.

Project Limitations
Two important features not covered in this demo framework –

• Load Balancing – This needs to be finalized based on customer situation. Either


Application Server Clustering or Database Modeling can be used based on the
performance requirements.

• Query Optimization – The Query Optimization was left to the MySQL database.
No new concepts were used to optimize queries.

You might also like