This Storage Processor could deliver a massive boost to your SSD performance
-
[TechRadar](https://www.techradar.com/news/this-storage-processor-will-could-deliver-a-massive-boost-to-your-ssd-performance):
Storage startup Pliops has announced sampling of its Storage Processors to select tier-one cloud and enterprise companies and was on track to start commercial production of the processors later in 2020. The Storage Processors ASICs are said to increase performance of NAND flash storage solutions, such as SSDs, by over 10 times and also decrease latency by up to 1000 times in various database applications.
Someone else at the site I got this story from said it better than I ever could:
[Headrusch @ HardForum](https://hardforum.com/threads/storage-micro-processing-hardware-accelerator-could-deliver-a-massive-boost-to-your-ssd-performance.1999614/#post-1044673266):
Cassandra.....Oracle.....MySQL....know what else can make these RDBMS's faster? Swift and frequent beatings for anyone who starts a query with `select * `
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
-
[TechRadar](https://www.techradar.com/news/this-storage-processor-will-could-deliver-a-massive-boost-to-your-ssd-performance):
Storage startup Pliops has announced sampling of its Storage Processors to select tier-one cloud and enterprise companies and was on track to start commercial production of the processors later in 2020. The Storage Processors ASICs are said to increase performance of NAND flash storage solutions, such as SSDs, by over 10 times and also decrease latency by up to 1000 times in various database applications.
Someone else at the site I got this story from said it better than I ever could:
[Headrusch @ HardForum](https://hardforum.com/threads/storage-micro-processing-hardware-accelerator-could-deliver-a-massive-boost-to-your-ssd-performance.1999614/#post-1044673266):
Cassandra.....Oracle.....MySQL....know what else can make these RDBMS's faster? Swift and frequent beatings for anyone who starts a query with `select * `
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
There is a place for
select * where 0=1
if you need to get schema information from a table to do things like DAL code generation *hides*Real programmers use butterflies
-
There is a place for
select * where 0=1
if you need to get schema information from a table to do things like DAL code generation *hides*Real programmers use butterflies
IF you're generating that you're not the person who needs their fingers broken.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
-
There is a place for
select * where 0=1
if you need to get schema information from a table to do things like DAL code generation *hides*Real programmers use butterflies
I would imagine most RDBMS expose an interface for getting schema information without running a
select *
, Oracle certainly does.“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
I would imagine most RDBMS expose an interface for getting schema information without running a
select *
, Oracle certainly does.“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
Yeah but each of them is proprietary to a particular database engine. The one I provided works on any SQL92 compliant database. Sometimes the APIs are just extra BS, man.
Real programmers use butterflies
-
Yeah but each of them is proprietary to a particular database engine. The one I provided works on any SQL92 compliant database. Sometimes the APIs are just extra BS, man.
Real programmers use butterflies
Then you will probably need to create some sort of adapter for each database type.
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
Then you will probably need to create some sort of adapter for each database type.
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
Exactly. Or I can just use SQL92
Real programmers use butterflies