由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - mySQL
相关主题
mysql challengeoracle dbms_output
MySQL Question如何分析Stored Procedure运行时间过长?
SQL question...如何从一个Stored Procedure中实时返回运行信息
新手求助: 学那个DATABASE软件好呢?how to check the definition of a stored procedure in TOAD
问个基础的理论问题----数据库的基本差异请问如何DEPLOY STORED PROCEDURE啊
谁给比较一下PostgreSQL和mysqlstored procedure running 很慢的问题
mysql rebuild index very slowhow to query chinese in mysql?
大虾帮忙看看MySQL的设置help!!! who's familiar with mysql command
相关话题的讨论汇总
话题: support话题: mysql话题: oracle话题: doesnt
进入Database版参与讨论
1 (共1页)
a*****i
发帖数: 4391
1
bah , it doesnt even support transaction!
ug
发帖数: 1643
2

Really!?
If that is the case, it can not be called DBMS.

【在 a*****i 的大作中提到】
: bah , it doesnt even support transaction!
b****e
发帖数: 1275
3
it doesn't support cursors either .. does it support
stored procedures? i don't know

【在 a*****i 的大作中提到】
: bah , it doesnt even support transaction!
p**v
发帖数: 7
4

Nah..:) And it doesnt support complex sub-query either...:)) But its pretty good to used
as a read-intensive, cache like database. I am still using Oracle to do complex
data processing tho, but I can avoid overcharge by oracle by using mysql, thats
why I like this cute thing..:))
Besides, even with buffering catche, I still dout Oracle' speed, that only apply
to similiar query, and limited by your buffer size too..:)

【在 b****e 的大作中提到】
: it doesn't support cursors either .. does it support
: stored procedures? i don't know

t****e
发帖数: 48
5
i will say somethings good about mysql.
1. thought it does not support transaction, to be presice,
it does not support roll back, it support atomic operation.
for some type of application, it is good enough. in the future
version, mysql will support berkeley DBT which is transaction
safe.
2. it support stored procedure and trigger. but it is said explicitly
trigger can greatly slow down the execution speed.

【在 p**v 的大作中提到】
:
: Nah..:) And it doesnt support complex sub-query either...:)) But its pretty good to used
: as a read-intensive, cache like database. I am still using Oracle to do complex
: data processing tho, but I can avoid overcharge by oracle by using mysql, thats
: why I like this cute thing..:))
: Besides, even with buffering catche, I still dout Oracle' speed, that only apply
: to similiar query, and limited by your buffer size too..:)

1 (共1页)
进入Database版参与讨论
相关主题
help!!! who's familiar with mysql command问个基础的理论问题----数据库的基本差异
Mysql 求助!!:Windows Xp 安装好Mysqlserver5.0,and mysql tools谁给比较一下PostgreSQL和mysql
有可以debug MySQL stored procedure的免费工具么mysql rebuild index very slow
【MYSQL server里能不能写stored procedure?】大虾帮忙看看MySQL的设置
mysql challengeoracle dbms_output
MySQL Question如何分析Stored Procedure运行时间过长?
SQL question...如何从一个Stored Procedure中实时返回运行信息
新手求助: 学那个DATABASE软件好呢?how to check the definition of a stored procedure in TOAD
相关话题的讨论汇总
话题: support话题: mysql话题: oracle话题: doesnt