Apache Karaf Decanter 2.x - Documentationdispatcher topics. By default, the appenders are listening on decanter/collect/* topics. If you want to append processed events, you have to configure the appenders to listen on decanter/process/* topics. To0 码力 | 64 页 | 812.01 KB | 1 年前3
VMware Tanzu Greenplum 6 Documentation537 Heap Storage 538 Append-Optimized Storage 538 To create a heap table 538 Choosing Row or Column-Oriented Storage 539 To create a column-oriented table 540 Using Compression (Append-Optimized Tables Only) Only) 540 To create a compressed table 541 Checking the Compression and Distribution of an Append-Optimized Table 541 Support for Run-length Encoding 542 Adding Column-level Compression 542 VMware Tanzu Systems with Abundant Free Disk Space 1074 Systems with Limited Free Disk Space 1074 Redistributing Append-Optimized and Compressed Tables 1074 Redistributing Partitioned Tables 1074 Redistributing Indexed0 码力 | 2311 页 | 17.58 MB | 2 年前3
高可用分布式流数据存储设计-李玥[Image](/uploads/documents/c/e/3/5/ce353b34c2400396fecde170dbc2e9a6/p8_5.jpg) Hive ## WHAT 我们需要什么样的存储? Append only:尾部写入,不变顺序读取 分布式 高性能 可靠性 顺序一致性 (近乎)无限容量 ## Q → J ## JournalQ ## JournalKeeper XXX Pub/Sub0 码力 | 36 页 | 6.02 MB | 2 年前3
Solving Nim by the Use of Machine Learningself.getSum() self.board.sort(reverse=True) self.listOfStates = [] self.listOfStates.append(self.board[:]) self.T = [] self.Q = [] Listing 3: Initialization of the programs using the def setup(self, type): timeStart = time.time() for i in range(self.sum): self.T.append([0] * self.sum) for x in range(len(self.listOfStates[i])): for y in range(1, self.listOfStates[i][x] tmpList[:] self.Q.append([]) for j in range(self.sum - 1): if (self.T[i][j] == 1): self.Q[i].append(random.random()) else: self.Q[i].append(-np.inf) if (self0 码力 | 109 页 | 6.58 MB | 1 年前3
MYBATIS Quick GuideStringBuilder(); sb.append("Id = ").append(id).append(" - "); sb.append("Name = ").append(name).append(" - "); sb.append("Branch = ").append(branch).append(" - "); sb.append("Percentage = ").append(percentage).append(" - "); sb.append("Phone = ").append(phone).append(" - "); sb.append("Email = ").append(email); StringBuilder(); sb.append("Id = ").append(id).append(" - "); sb.append("Name = ").append(name).append(" - "); sb.append("Branch = ").append(branch).append(" - ");0 码力 | 34 页 | 301.72 KB | 2 年前3
So You Think You Can Hashseparately accessible: 1. Init / construction of the hasher 2. Write overloads for primitive/std types (append to the hash) 3. Finalize function -> size_t ## Repackaging What we need to do is to repackage separately accessible: 1. Init / construction of the hasher 2. Write overloads for primitive/std types (append to the hash) 3. Finalize function -> size_t This technique ensures that: we no longer need the need to touch the data model and how each field recursively contributes to the overall digest (append/write). The same technique can be used with almost every existing hashing algorithm, eg. FNV1a,0 码力 | 119 页 | 6.54 MB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.13.1loc[:,’A’] In [17]: dfi Out[17]: A B C 0 0 1 0 1 2 3 2 2 4 5 4 [3 rows x 3 columns] This is like an append operation. In [18]: dfi.loc[3] = 5 In [19]: dfi Out[19]: A B C 0 0 1 0 1 2 3 2 2 4 5 4 3 5 5 5 [4 fixed(f) or table(t) the same defaults as prior < 0.13.0 remain, e.g. put implies fixed format and append implies table format. This default format can be set as an option by setting io.hdf.default_format pandas: powerful Python data analysis toolkit, Release 0.13.1 In [47]: df.to_hdf(path,’df_table2’,append=True) In [48]: df.to_hdf(path,’df_fixed’) In [49]: with get_store(path) as store: ....: print(store)0 码力 | 1219 页 | 4.81 MB | 2 年前3
pandas: powerful Python data analysis toolkit - 0.14.0loc[:,’A’] In [17]: dfi Out[17]: A B C 0 0 1 0 1 2 3 2 2 4 5 4 [3 rows x 3 columns] This is like an append operation. In [18]: dfi.loc[3] = 5 In [19]: dfi Out[19]: A B C 0 0 1 0 1.3. v0.13.0 (January 3, 2014) fixed(f) or table(t) the same defaults as prior < 0.13.0 remain, e.g. put implies fixed format and append implies table format. This default format can be set as an option by setting io.hdf.default_format DataFrame(randn(10,2)) In [46]: df.to_hdf(path,’df_table’,format=’table’) In [47]: df.to_hdf(path,’df_table2’,append=True) In [48]: df.to_hdf(path,’df_fixed’) In [49]: with get_store(path) as store: ....: print(store)0 码力 | 1349 页 | 7.67 MB | 2 年前3
TiDB 2.1.7can never observe y alone, since the same process inserted x prior to y. ### 2.6 Monotonic & Append Some of Jepsen's checkers (e.g. linearizability) allow the verification of arbitrary histories registers, the txn-cycle test finds write-read dependency cycles over read-write registers, and the append test uses appends of unique elements to lists. We include realtime dependencies (e.g. $ T_{1} $ begin, consider this trio of transactions from an append test. We write r(34, [2 1]) to denote the value of key 34 was read as the vector [2 1], and append(36, 5) to denote appending 5 to the current value0 码力 | 9 页 | 141.29 KB | 1 年前3
pandas: powerful Python data analysis toolkit - 0.15the left argument (GH7737). • Previously an enlargement with a mixed-dtype frame would act unlike .append which will preserve dtypes (related GH2578, GH8176): In [108]: df = DataFrame([[True, 1],[False, CustomBusinessDay.apply raiases NameError when np.datetime64 object is passed (GH7196) • Bug in MultiIndex.append, concat and pivot_table don’t preserve timezone (GH6606) • Bug in .loc with a list of indexers on loc[:,’A’] In [17]: dfi Out[17]: A B C 0 0 1 0 1 2 3 2 2 4 5 4 [3 rows x 3 columns] This is like an append operation. In [18]: dfi.loc[3] = 5 In [19]: dfi Out[19]: A B C 0 0 1 0 1.7. v0.13.0 (January 3, 2014)0 码力 | 1579 页 | 9.15 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Apache Karaf DecanterCollectorsConfiguration FileAppendAlertersGreenplum DatabaseMassively Parallel ProcessingPostgreSQLSegment MirroringAppend-Optimized Storage高可用分布式流数据存储流数据存储分布式系统Append onlyJournalQJournalKeeperReinforcement LearningNim-sumSupervised LearningSprague-Grundy TheoremGame TheoryMyBatis持久化框架XML配置SQL映射对象关系映射哈希算法哈希函数复合类型定制哈希性能优化pandasDataFrameSeriesPanelHDFStore数据结构数据分析数据操作时间序列分析TiDB分布式事务一致性自动重试机制复制区域数据分析工具时间序列数据处理













