One Assembler per service. But the different service may point to the same database
At 2019-06-24 03:38:22, "Andy Seaborne" <[email protected]> wrote: >If you delete the dataset (via its service name), you are deleting the >database itself. > >What's your setup? Do you have one assembler per service? > > Andy > >On 23/06/2019 15:59, 刑天 wrote: >> I'm using fuseki to serve several datasets. And I'm using a style that two >> assembler point to the same TDB directory with two different name and URL. >> When I delete one dataset using fuseki delete dataset URL, the TDB directory >> delete along. So this can problem that another dataset which point to the >> same TDB directory fails. And this is the only API I can use to delete >> dataset without shuting down the fuseki server. So I have no choice but >> wrote a new API which only delete assembler file(besides one which only >> create dataset with specified tdb path and other description). Is there >> another way to do these things? Am I doing it right? >>
