由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - PostgreSQL question
相关主题
Question on relational calculus请问怎么用sql实现hash
want help on RDBMS 如何在将学生成绩排序后,再加一个rank域
Data Mining and OLAP请教高手,包子谢
请问什么地方有关系代数之类的数据库基础理论知识啊?how to implement horizontal fragmentation with tuple-level security granularity
多对多relation?初级问题
SQL问题求救!![转载] How to build a Web based check out system?
ORA0-01422给偶一个干活的机会,何如? 申请作Database板副
help! why do we need tuple id scan?帮帮忙
相关话题的讨论汇总
话题: tuple话题: postgresql话题: tupleid话题: using话题: tables
进入Database版参与讨论
1 (共1页)
c*****t
发帖数: 1879
1
I have several tables with identical schema:
tupleId int unique,
data bytea
I am writing some server procedures that trys to lookup
a tuple using (tableOid, tupleId) pair. The reason to
break down the tables are to make indexing easier (data
is indexed using custom functions).
What's the efficient way of getting Datnum that represents
the tuple? Most of the time I have 1 tuple to retrieve,
but there also times that I have a bunch.
I could get the Relation using RelationIdGetRelation (
1 (共1页)
进入Database版参与讨论
相关主题
帮帮忙多对多relation?
[转载] database for Linux?SQL问题求救!!
where can I download SQL Sever? thanks (null)ORA0-01422
PostgreSQLhelp! why do we need tuple id scan?
Question on relational calculus请问怎么用sql实现hash
want help on RDBMS 如何在将学生成绩排序后,再加一个rank域
Data Mining and OLAP请教高手,包子谢
请问什么地方有关系代数之类的数据库基础理论知识啊?how to implement horizontal fragmentation with tuple-level security granularity
相关话题的讨论汇总
话题: tuple话题: postgresql话题: tupleid话题: using话题: tables