What does Fast BugTrack use as a database?
A general FBT system uses an internal file-based system for storing bugs. The server has been custom built to cache the appropriate information within each issue. It is extremely efficient, handles concurrent users easily, and will scale to tens of thousands of issues. Our stress testing machine is an old P-100 with 64Megs of RAM running Linux. There is no performance degradation with over 30,000 bugs within the database. An export function is available to export the data within Fast BugTrack to a comma separated file, that can then be read into Excel or other tools. A Custom Enterprise Solution can be tailored to work with any JDBC database. This work involves customizations that are specific to customer needs.