It is not a bug, Neo4j keeps the labels around (the same way as property-names and relationship-types).
#1 it doesn't know when the last of these has been removed without expensive scanning #2 As it has an id-mapping you don't want to continuously update that just because a label is currently not used, it can be used again the next millisecond. Michael Am 17.12.2013 um 10:59 schrieb Johannes Mockenhaupt <[email protected]>: >> I cleared the cache of FireFox but the old labels are always here. > > I was dead sure this worked for me the other day, but today I can't seem > to get rid of old labels either, neither in Firefox nor in Chromium. > Sorry about that, seems we have to wait on the bug. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
