Search results

  1. C

    speed up compile

    Hi all, My problem is that it takes 30-40 minutes to compile the client code(windows). Server side only takes about 30 sec(unix with database and appserver). If I install a local db and compile the client code on that machine it goes from 30-40 min to about 30 sec. Further I've also minimized...
  2. C

    Union of tables

    Hi, We got this pattern in our database of storing data that split data into two tables a current and a history. If a want to fetch a specific date of this data I have to look in both the current table and the history table. No one knows any more why this pattern was used, probably to limit...
Back
Top