Minor problems arose throughout the course of the project as it developed, but there are a few that are especially important.
Multiple DataBases: There was some confusion as to how many separate databases (implemented as separate UNIX files) the Minirel II DBMS would support at one time. It was decided that multiple DBs should be supported, resulting in minor changes to the interfaces of groups, most notably the log manager. Only late in the project, however, was it discovered that only one DB could be opened at any given time because of the way in which UNIX assigns file descriptors to processes.
Minibase integration: Using the Minibase optimizer, parser, and some of the catalog design meant that a large amount of work was spent between the planner, catalogs, front end, and optimizer groups hammering out interfaces.
Overall, however, design issues did not cause any delays or major problems in the progress of the project.