This is a significant breaking change as it makes a change to the output of the WDQS, which is not only seen by users making queries to the service but also seen by others who receiver the outputs of these queries. These others may not even know that the output is from the WDQS. So the change needs a very strong justification, which is lacking here.
There are alternatives that do not require a breaking change. A fairly simple alternative is to use the blank node IDs in the dump to construct IRIs that are used in the WDQS but then transformed back into blank nodes before query results are presented to users. This gains the performance advantages of the proposed approach (minus a very small cost when preparing query results) without changing anything that is visible by either users of the RDF dumps or users of WDQS.
Why is the breaking change being proposed when there is this alternative?
Another alternative would be to upgrade Blazegraph to allow for deletion of blank nodes by ID.