How to deal with 'bad' decision forced on you regarding basic software for your product
- by raticulin
Here is my situation, our product used to support several of the major databases. Now management has decided to move all products to MaxDB (aka SapDB previously), and even if we keep supporting some of the previous dbs, all new installations are on MaxDB.
I am sure MaxDB is a great db and can support huge SAP installations. But from the point of view of a software developper, its a nightmare. Every time you need to do something not trivial (write an stored procedure, some fancy trigger...) and you google for some info, you get like 0.1% of the hits you would with things like MySql, PostgreSql or MSSql. Mailing lists are nearly non existant.
SAP does support it commercially but it is not clear wether we'll buy support. And the decision cannot be rolled back.
The product works with MaxDB, but with lots of inefficiency on development and a lot of frustration, is there something one could do?