def generate_fragments(self): fragments = [] for predicate in self.predicates: fragment = "" for key, value in predicate.items(): fragment += f"{key}={value} AND ...
Abstract: The main task of distributed database is how to fragment the global database into small fragments, how to allocate and replicate the fragments among different sites over the network. The ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results