首页 > 最新文献

[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems最新文献

英文 中文
Service interface and replica management algorithm for mobile file system clients 移动文件系统客户端服务接口及副本管理算法
Carl D. Tait, D. Duchamp
Portable computers are now common, a fact that raises the possibility that file service clients might move on a regular basis. This new development requires rethinking some features of distributed file system design. The authors argue that existing approaches to file replica management would not cope well with the likely behavior of mobile clients, and they present their solution; a lazy server-based update operation. This operation facilitates fast, scalable, and highly fault tolerant implementations of both read and write operations in the usual case. To cope with the weak semantics of the update operation, the authors propose a new file system service interface that allows applications to opt for UNIX semantics by use of a slower, less fault-tolerant read operation.<>
便携式计算机现在很普遍,这一事实增加了文件服务客户定期迁移的可能性。这种新的发展需要重新考虑分布式文件系统设计的一些特性。作者认为,现有的文件副本管理方法不能很好地应对移动客户端的可能行为,并提出了他们的解决方案;基于服务器的延迟更新操作。在通常情况下,该操作有助于实现快速、可扩展和高度容错的读写操作。为了应对更新操作的弱语义,作者提出了一个新的文件系统服务接口,该接口允许应用程序通过使用更慢、更少容错的读操作来选择UNIX语义。
{"title":"Service interface and replica management algorithm for mobile file system clients","authors":"Carl D. Tait, D. Duchamp","doi":"10.1109/PDIS.1991.183102","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183102","url":null,"abstract":"Portable computers are now common, a fact that raises the possibility that file service clients might move on a regular basis. This new development requires rethinking some features of distributed file system design. The authors argue that existing approaches to file replica management would not cope well with the likely behavior of mobile clients, and they present their solution; a lazy server-based update operation. This operation facilitates fast, scalable, and highly fault tolerant implementations of both read and write operations in the usual case. To cope with the weak semantics of the update operation, the authors propose a new file system service interface that allows applications to opt for UNIX semantics by use of a slower, less fault-tolerant read operation.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126095377","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 65
Interconnecting shared-everything systems for efficient parallel query processing 连接共享一切系统,以实现高效的并行查询处理
K. Hua, Chiang Lee, J. Peir
The most debated architectures for parallel database processing are Shared Nothing (SN) and Shared Everything (SE) structures. Although SN is considered to be most scalable, it is very sensitive to the data skew problem. On the other hand, SE allows the collaborating processors to share the work load more efficiently. It, however, suffers from the limitation of the memory and disk I/O band-width. The authors present a hybrid architecture in which SE clusters are interconnected through a communication network to form a SN structure at the inter-cluster level. In this approach, processing elements are clustered into SE systems to minimize the skew effect. Each cluster, however, is kept small within the limitation of the memory and I/O technology to avoid the data access bottleneck. A generalized performance model was developed to perform sensitivity analysis for the hybrid structure, and to compare it against SE and SN organizations.<>
最具争议的并行数据库处理体系结构是无共享(SN)和无共享(SE)结构。尽管SN被认为是最具可伸缩性的,但它对数据倾斜问题非常敏感。另一方面,SE允许协作处理器更有效地共享工作负载。但是,它受到内存和磁盘I/O带宽的限制。作者提出了一种混合架构,其中SE集群通过通信网络相互连接,在集群间级别形成SN结构。在这种方法中,处理元素被聚集到SE系统中,以最小化倾斜效应。但是,在内存和I/O技术的限制下,每个集群都保持较小,以避免数据访问瓶颈。建立了一个广义的性能模型,对混合结构进行敏感性分析,并将其与SE和SN组织进行比较。
{"title":"Interconnecting shared-everything systems for efficient parallel query processing","authors":"K. Hua, Chiang Lee, J. Peir","doi":"10.1109/PDIS.1991.183113","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183113","url":null,"abstract":"The most debated architectures for parallel database processing are Shared Nothing (SN) and Shared Everything (SE) structures. Although SN is considered to be most scalable, it is very sensitive to the data skew problem. On the other hand, SE allows the collaborating processors to share the work load more efficiently. It, however, suffers from the limitation of the memory and disk I/O band-width. The authors present a hybrid architecture in which SE clusters are interconnected through a communication network to form a SN structure at the inter-cluster level. In this approach, processing elements are clustered into SE systems to minimize the skew effect. Each cluster, however, is kept small within the limitation of the memory and I/O technology to avoid the data access bottleneck. A generalized performance model was developed to perform sensitivity analysis for the hybrid structure, and to compare it against SE and SN organizations.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134523994","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Parallel transitive closure computations using topological sort 使用拓扑排序的并行传递闭包计算
K. Hua, S. Hannenhalli
Deals with parallel transitive closure computations. The sort-based approaches introduced sorts the tuples of the relation into topological order, and the sorted relation is then horizontally partitioned and distributed across several processing nodes of a message passing multiprocessor system. This data partitioning strategy allows the transitive closure computation of the local data fragments to be computed in parallel with no interprocessor communication. The construction of the final result then requires only a small number of joins. Extensive analytical results are included in the paper as well. They show that the proposed techniques leads to a speedup that is essentially linear with the number of processors. Its performance is significantly better than the recently published hashless parallel algorithm.<>
处理并行传递闭包计算。引入的基于排序的方法将关系的元组按拓扑顺序排序,然后对排序后的关系进行水平分区,并分布在消息传递多处理器系统的多个处理节点上。这种数据分区策略允许在不需要处理器间通信的情况下并行计算本地数据片段的传递闭包计算。最终结果的构造只需要少量的连接。广泛的分析结果也包括在论文中。他们表明,所提出的技术导致的加速基本上与处理器数量成线性关系。其性能明显优于最近发布的无哈希并行算法。
{"title":"Parallel transitive closure computations using topological sort","authors":"K. Hua, S. Hannenhalli","doi":"10.1109/PDIS.1991.183079","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183079","url":null,"abstract":"Deals with parallel transitive closure computations. The sort-based approaches introduced sorts the tuples of the relation into topological order, and the sorted relation is then horizontally partitioned and distributed across several processing nodes of a message passing multiprocessor system. This data partitioning strategy allows the transitive closure computation of the local data fragments to be computed in parallel with no interprocessor communication. The construction of the final result then requires only a small number of joins. Extensive analytical results are included in the paper as well. They show that the proposed techniques leads to a speedup that is essentially linear with the number of processors. Its performance is significantly better than the recently published hashless parallel algorithm.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126225914","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Adaptive parallel hash join in main-memory databases 主存数据库中的自适应并行哈希连接
A. M. Keller, S. Roy
Presents an algorithm for parallel hash-join computation on main-memory databases that adapts to data skew, and its implementation on the IBM RP3 multiprocessor. The algorithm exploits the random access capabilities of main memory databases to detect and counteract skew on the fly. Data skew is detected at run time by monitoring the observed frequencies of values of the join attribute and applying to them a threshold function that takes account of the distribution of workload among processors. If and when this threshold is reached for certain values of the join attribute, the computation corresponding to it is fragmented among an appropriate number of processors. Fragmentation requires some replication of input tuples-modestly increasing the total workload, but reduces the completion time significantly by reducing workload at the overloaded processor. A simplified analysis is supplemented by experiments. The description and analysis of the algorithm are based on the shared-nothing model. The implementation uses hierarchical shared memory providing non-uniform memory access.<>
提出了一种适应数据倾斜的主存数据库并行哈希连接计算算法,并在IBM RP3多处理器上实现。该算法利用主内存数据库的随机访问能力来实时检测和抵消倾斜。数据倾斜是在运行时通过监视join属性值的观察频率并对其应用一个考虑处理器之间工作负载分布的阈值函数来检测的。如果并且当join属性的某些值达到这个阈值时,与之对应的计算将在适当数量的处理器之间进行分割。碎片需要对输入元组进行一些复制——适度地增加了总工作负载,但通过减少过载处理器上的工作负载,大大减少了完成时间。以实验作为简化分析的补充。算法的描述和分析基于无共享模型。实现使用分层共享内存,提供非统一的内存访问。
{"title":"Adaptive parallel hash join in main-memory databases","authors":"A. M. Keller, S. Roy","doi":"10.1109/PDIS.1991.183068","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183068","url":null,"abstract":"Presents an algorithm for parallel hash-join computation on main-memory databases that adapts to data skew, and its implementation on the IBM RP3 multiprocessor. The algorithm exploits the random access capabilities of main memory databases to detect and counteract skew on the fly. Data skew is detected at run time by monitoring the observed frequencies of values of the join attribute and applying to them a threshold function that takes account of the distribution of workload among processors. If and when this threshold is reached for certain values of the join attribute, the computation corresponding to it is fragmented among an appropriate number of processors. Fragmentation requires some replication of input tuples-modestly increasing the total workload, but reduces the completion time significantly by reducing workload at the overloaded processor. A simplified analysis is supplemented by experiments. The description and analysis of the algorithm are based on the shared-nothing model. The implementation uses hierarchical shared memory providing non-uniform memory access.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126841290","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 15
Policies for efficient memory utilization in a remote caching architecture 在远程缓存架构中有效利用内存的策略
A. Leff, Philip S. Yu, J. Wolf
The high performance networks in modern distributed systems enable a site to obtain cached objects from the main memory of other sites more quickly than the time needed to access local disks. In this environment, efficient mechanisms can be devised to support rapid request/response exchanges for objects that reside on remote sites. As a result, it becomes possible to use remote memory as an additional layer in the memory hierarchy between local memory and disks. The paper studies the performance potential of remote memory caching. A key issue is managing the of object replicas maintained by different sites. Although exploiting remote memory improves performance over a wide range of cache sizes as compared to a distributed client/server caching architecture, efficient use of remote memory can be difficult to achieve. The effect of several system parameters, and several cache policies are examined; their effect on both overall and local system performance is described.<>
现代分布式系统中的高性能网络使站点能够比访问本地磁盘所需的时间更快地从其他站点的主存储器中获取缓存对象。在这种环境中,可以设计有效的机制来支持驻留在远程站点上的对象的快速请求/响应交换。因此,可以将远程内存用作本地内存和磁盘之间的内存层次结构中的附加层。本文研究了远程内存缓存的性能潜力。一个关键问题是管理由不同站点维护的对象副本。尽管与分布式客户机/服务器缓存体系结构相比,利用远程内存可以在很大范围内提高缓存大小的性能,但很难实现对远程内存的有效利用。考察了几种系统参数和几种缓存策略的影响;描述了它们对整体和局部系统性能的影响。
{"title":"Policies for efficient memory utilization in a remote caching architecture","authors":"A. Leff, Philip S. Yu, J. Wolf","doi":"10.1109/PDIS.1991.183103","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183103","url":null,"abstract":"The high performance networks in modern distributed systems enable a site to obtain cached objects from the main memory of other sites more quickly than the time needed to access local disks. In this environment, efficient mechanisms can be devised to support rapid request/response exchanges for objects that reside on remote sites. As a result, it becomes possible to use remote memory as an additional layer in the memory hierarchy between local memory and disks. The paper studies the performance potential of remote memory caching. A key issue is managing the of object replicas maintained by different sites. Although exploiting remote memory improves performance over a wide range of cache sizes as compared to a distributed client/server caching architecture, efficient use of remote memory can be difficult to achieve. The effect of several system parameters, and several cache policies are examined; their effect on both overall and local system performance is described.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134435859","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 34
Marker-passing on a parallel knowledge processing testbed 并行知识处理测试平台上的标记传递
Ronald F. DeMara, D. Moldovan
The authors have been experimenting with knowledge representation and reasoning mechanisms suitable for parallel computation. Their primary domain is natural language understanding (NLU) using a semantic network representation and parallel marker-passing techniques. They have implemented a multiprocessor called the Semantic Network Array Processor (SNAP-1) for real-time processing of moderately-sized knowledge bases.<>
作者一直在尝试适合并行计算的知识表示和推理机制。他们的主要领域是使用语义网络表示和并行标记传递技术的自然语言理解(NLU)。他们已经实现了一个多处理器,称为语义网络阵列处理器(SNAP-1),用于实时处理中等规模的知识库
{"title":"Marker-passing on a parallel knowledge processing testbed","authors":"Ronald F. DeMara, D. Moldovan","doi":"10.1109/PDIS.1991.183099","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183099","url":null,"abstract":"The authors have been experimenting with knowledge representation and reasoning mechanisms suitable for parallel computation. Their primary domain is natural language understanding (NLU) using a semantic network representation and parallel marker-passing techniques. They have implemented a multiprocessor called the Semantic Network Array Processor (SNAP-1) for real-time processing of moderately-sized knowledge bases.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114130048","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A general tool for replicating distributed services 用于复制分布式服务的通用工具
R. Ladin, M. Mazer, A. Wolman
Summary form only given. The authors are designing and implementing a tool for making certain types of distributed services highly available through replication. The project has three separable goals: (1) to provide a tool for developing highly available services by exploiting semantics to get good performance. (2) to understand the issues in building a correct, easy-to-use, generic replication tool; and (3) to show that such a tool can indeed yield excellent performance in terms of availability and response time (relative to a nonreplicated service and relative to a hand-crafted replicated service).<>
只提供摘要形式。作者正在设计和实现一个工具,用于通过复制使某些类型的分布式服务具有高可用性。该项目有三个可分离的目标:(1)提供一个工具,通过利用语义来开发高可用性的服务,以获得良好的性能。(2)了解构建正确、易于使用、通用的复制工具的问题;(3)表明这样的工具确实可以在可用性和响应时间方面产生出色的性能(相对于非复制服务和相对于手工制作的复制服务)。
{"title":"A general tool for replicating distributed services","authors":"R. Ladin, M. Mazer, A. Wolman","doi":"10.1109/PDIS.1991.183092","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183092","url":null,"abstract":"Summary form only given. The authors are designing and implementing a tool for making certain types of distributed services highly available through replication. The project has three separable goals: (1) to provide a tool for developing highly available services by exploiting semantics to get good performance. (2) to understand the issues in building a correct, easy-to-use, generic replication tool; and (3) to show that such a tool can indeed yield excellent performance in terms of availability and response time (relative to a nonreplicated service and relative to a hand-crafted replicated service).<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125197462","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Distorted mirrors 扭曲的镜子
Jon A. Solworth, C. Orji
The authors introduce distorted mirrors, a mirroring system which combines write anywhere semantics with traditional database-specified block locations. This technique radically reduces the cost of small writes; making it attractive for random access applications such as OLTP, while retaining the ability to efficiently perform large sequential accesses. Distorted mirror also scale better than traditional mirrors in terms of both disk caching and large mirrored sets. The effectiveness of distorted mirrors is shown on the TP1 benchmark.<>
作者介绍了扭曲镜像,这是一种将任意写入语义与传统数据库指定块位置相结合的镜像系统。这种技术从根本上降低了小写入的成本;使其对OLTP等随机访问应用程序具有吸引力,同时保留了有效执行大型顺序访问的能力。在磁盘缓存和大型镜像集方面,扭曲镜像的可伸缩性也优于传统镜像。畸变镜的有效性在TP1基准上得到了验证。
{"title":"Distorted mirrors","authors":"Jon A. Solworth, C. Orji","doi":"10.1109/PDIS.1991.183061","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183061","url":null,"abstract":"The authors introduce distorted mirrors, a mirroring system which combines write anywhere semantics with traditional database-specified block locations. This technique radically reduces the cost of small writes; making it attractive for random access applications such as OLTP, while retaining the ability to efficiently perform large sequential accesses. Distorted mirror also scale better than traditional mirrors in terms of both disk caching and large mirrored sets. The effectiveness of distorted mirrors is shown on the TP1 benchmark.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126025174","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 46
NETMATE: management of complex distributed networked systems NETMATE:管理复杂的分布式网络系统
Y. Yemini, O. Wolfson
Summary form only given. The overall architecture of NETMATE is the following. Observation and Control Points (OCPs) are supported via managing agents placed in networked devices. These agents can monitor local device behaviors and affect device control functions, when instructed by a manager. Managers communicate observation/control requests to agents via a manager-agent protocol. Two protocol standards are currently evolving: SNMP, used to manage Internets, and CMIP, proposed by OSI. The NETMATE manager is centered around a network Modeler database. The role of the modeler is to maintain a network Management Information Base (MIB) and provide active access services to dynamic operational network data. The manager presents network status data to users in a visual form. Users can navigate within a very large and complex network data space and control complex behaviors in a simple visual form. Finally, a collection of interpretation and diagnosis tools is used to analyze observed data, and automatically identify/classify fault conditions. The authors briefly describe the key problem domains for long term NETMATE research efforts.<>
只提供摘要形式。NETMATE的总体架构如下。观察点和控制点(ocp)通过放置在网络设备中的管理代理得到支持。在管理员的指示下,这些代理可以监视本地设备行为并影响设备控制功能。管理器通过管理器-代理协议向代理发送观察/控制请求。目前有两个协议标准正在发展:用于管理因特网的SNMP和由OSI提出的CMIP。NETMATE管理器以网络Modeler数据库为中心。建模者的角色是维护网络管理信息库(MIB),并为动态操作网络数据提供主动访问服务。管理器将网络状态数据以可视化的形式呈现给用户。用户可以在一个非常庞大和复杂的网络数据空间中导航,并以简单的视觉形式控制复杂的行为。最后,利用一系列解释和诊断工具对观测数据进行分析,并自动识别/分类故障状态。作者简要描述了NETMATE长期研究工作的关键问题领域。
{"title":"NETMATE: management of complex distributed networked systems","authors":"Y. Yemini, O. Wolfson","doi":"10.1109/PDIS.1991.183093","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183093","url":null,"abstract":"Summary form only given. The overall architecture of NETMATE is the following. Observation and Control Points (OCPs) are supported via managing agents placed in networked devices. These agents can monitor local device behaviors and affect device control functions, when instructed by a manager. Managers communicate observation/control requests to agents via a manager-agent protocol. Two protocol standards are currently evolving: SNMP, used to manage Internets, and CMIP, proposed by OSI. The NETMATE manager is centered around a network Modeler database. The role of the modeler is to maintain a network Management Information Base (MIB) and provide active access services to dynamic operational network data. The manager presents network status data to users in a visual form. Users can navigate within a very large and complex network data space and control complex behaviors in a simple visual form. Finally, a collection of interpretation and diagnosis tools is used to analyze observed data, and automatically identify/classify fault conditions. The authors briefly describe the key problem domains for long term NETMATE research efforts.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116167736","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Combining rule decomposition and data partitioning in parallel datalog program processing 将规则分解与数据划分相结合的并行数据程序处理方法
J. Shao, D. Bell, M. Hull
There are two approaches to processing Datalog programs in parallel. One is to decompose the rules of a program into concurrent modules, and then assign them to processors. The other is to partition data between processors, so that each processor evaluates the same program, but with less data. The authors propose a third approach which combines the two methods in a single framework. In this approach, rules are decomposed into segments and data is partitioned among the segments. There are a number of advantages of this approach. Most importantly, it provides good focus on processing the tuples that are relevant to queries, and allows data to be partitioned and balanced dynamically at different levels. An analytic performance study is also presented to illustrate the usefulness of the proposed approach.<>
有两种并行处理Datalog程序的方法。一种是将程序的规则分解为并发模块,然后分配给处理器。另一种方法是在处理器之间划分数据,这样每个处理器计算相同的程序,但使用较少的数据。作者提出了第三种方法,将这两种方法结合在一个框架中。在该方法中,将规则分解为段,并在段之间对数据进行分区。这种方法有很多优点。最重要的是,它专注于处理与查询相关的元组,并允许在不同级别对数据进行分区和动态平衡。还提出了一项分析性能研究来说明所提出方法的有效性。
{"title":"Combining rule decomposition and data partitioning in parallel datalog program processing","authors":"J. Shao, D. Bell, M. Hull","doi":"10.1109/PDIS.1991.183074","DOIUrl":"https://doi.org/10.1109/PDIS.1991.183074","url":null,"abstract":"There are two approaches to processing Datalog programs in parallel. One is to decompose the rules of a program into concurrent modules, and then assign them to processors. The other is to partition data between processors, so that each processor evaluates the same program, but with less data. The authors propose a third approach which combines the two methods in a single framework. In this approach, rules are decomposed into segments and data is partitioned among the segments. There are a number of advantages of this approach. Most importantly, it provides good focus on processing the tuples that are relevant to queries, and allows data to be partitioned and balanced dynamically at different levels. An analytic performance study is also presented to illustrate the usefulness of the proposed approach.<<ETX>>","PeriodicalId":210800,"journal":{"name":"[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117175768","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
期刊
[1991] Proceedings of the First International Conference on Parallel and Distributed Information Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1