927.txt

来自「This complete matlab for neural network」· 文本 代码 · 共 37 行

TXT
37
字号
发信人: fervvac (高远), 信区: DataMining
标  题: Re: 数据仓库里的实体化视图怎么实现?
发信站: 南京大学小百合站 (Sun Sep 15 03:25:57 2002), 站内信件

That's the ssdbm paper.

The memory data structure is just hash tables, I remember.

Linearize it.


【 在 netsaint (大圣) 的大作中提到: 】
: 我最近在看Ross 的文章
: 他用的是二级存储方式
: 第一级是存放"高值"元组,即粗粒度的数据,第二级存放最细节的数据,这是他最近定义
: 的一个内存数据结构,也是基于array的
: 不过array的方式我不知道他是怎么实现的
: 是不是要借助已有的中间件来存储?
: 否则,多维数组怎么实现?
: 
: 【 在 fervvac 的大作中提到: 】
: : 1. MV/cube is usually much larger than available memory, thus you cannot 
: :    put it entirely in the memory.
: :    To quickly return a precomputed result from the MV/cube, you need to in..
: :    it. Either the traditional index or some new ones can be used. Related 
: :    techniques includeub-tree, cubetree, etc.
: :    Ross has an interesting paper in ssdbm (2000?) about actively caching 
: :    part of the cube in memory.
: : 2. Not sure why you think it is difficult to store your result in a file. ..
: :    method, although slower, only requires basic knowledge of C/C++. Find a..
: :    c/c++ book and read the i/o part. btw, you need to map dimension values..
: :    integer first.
: (以下引言省略 ... ...)

--
※ 来源:.南京大学小百合站 bbs.nju.edu.cn.[FROM: 143.89.41.4]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?