Filter
Exclude
Time range
-
Near
Interesting CustomScan Stock Trading above 2 percent of 200 DEMA and RS positive. Get the list here. VIVEK BAJAJ has shared a Custom Scan: 200DEMA&RS with you. To access it, you will need an active StockEdge Subscription. Click here to access: sedg.in/4hsxvkcp
2
6
45
8,675
Take your STEM acquisitions to the next level with DigitalMicrograph 3.6.2! Unlock new possibilities with STEMx OIM, Custom Scan, and Survey Mapping. Read more at ow.ly/gIhP50XveJ4 #DigitalMicrograph #STEMxOIM #CustomScan #SurveyMapping
1
115
The last time I tried, the problem was in customscan hooks. We have very different storage (no heap tables, all stored in LSM tree)
1
2
62
そーいえばCitusがCustomScan使っていたんだっけ(@kkaigai さんが好きそうなネタ) #pgunconf
1
4
391
Did you know you can control Windows Defender Antivirus from PowerShell running as Administrator under Windows 10 and Windows 11? 😎 Commands Under (Admin) PowerShell (Update to latest signatures) PS C:\> Update-MpSignature (Quick scan) PS C:\> Start-MpScan -ScanType QuickScan (Scan everything) PS C:\> Start-MpScan -ScanType FullScan (Only scan specific path) PS C:\> Start-MpScan -ScanType CustomScan -ScanPath <PATH_TO_SCAN> (Offline scan, WILL REBOOT) PS C:\> Start-MpWDOScan (Removes any detected threats) PS C:\> Remove-MpThreat ... Could you do your boy Barnacules a solid & give him a like, retweet & follow so more people can learn about these Tips & Tricks 👍 #Windows10 #Windows11 #Microsoft #Tips #TechTip
2
7
27
4,015
11 Nov 2022
#B2 k8s触る良いきっかけになったバックアップ先をAzureBlobにして試してみたい。 #A3 差分ビュー適用の流れが聞きやすかった。内部の仕組みが聞けて興味深かった。 #A4 CustomScanはとっても難しいよって100%理解。でも勉強になった。資料楽しみ。 #pgcon22j
1
2
本日の発表資料をアップしました。 #pgcon22j 『CustomScan API を使い倒して俺様 DB エンジンを実装する』 slideshare.net/kaigai/202211…

5
11
FDWにある非同期APIを、CustomScan APIにも取り込もうという話をコミュニティに提案中。 commitfest.postgresql.org/40… #pgcon22j #A4

1
2
#A4 そういえばCustomScanの仕組み作ったのは海外さんでしたね。 #pgcon22j
1
1
4
昔だったらNetezzaとかRedShiftとかPostgreSQLのForkで作らざるを得なかったところ、最近のヤツは CustomScan API でモジュール化してるの多い気がする。(地味にセッションの宣伝) #pgcon22j
4
Big shoutout to a few of our team members who worked on this new release! 📌 Sven Klemm - Allow CustomScan providers to indicate if they support projections 📌 @afiskon (with Tom Lane) - Improve the optimization of timetz_zone() by stabilizing its value at transaction start
19 May 2022
News: PostgreSQL 15 Beta 1 Released! postgresql.org/about/news/po…
4
8
CustomScanはワイが作った(ドヤァ 定期的に列ストアに反映するみたいなオプションがあるので、トリガか何かで更新ログを溜めておいて、適宜更新みたいなパターンだと思います。 PG-Stromの列キャッシュに似た構造ですね。
AlloyDBのカラムナへの処理ってCustomScanなのか... 裏にArrowとかいるのかな... PG-Stromがくっついてたら笑う cloud.google.com/alloydb/doc…
1
3
19
AlloyDBのカラムナへの処理ってCustomScanなのか... 裏にArrowとかいるのかな... PG-Stromがくっついてたら笑う cloud.google.com/alloydb/doc…

4
「Citusは、 @kkaigai さんが作ったCustomScanを使っています。」 元々、PG-Stromのための機能拡張に近かったのに、これで一気に応用が進んだ印象。 #pgcon21j
1
2
CustomScan APIを実装したのは、 @kkaigai 氏ですよ。 #pgcon19j
1
7
Microsoftの人が、Citusのデモして、そこでEXPLAIN結果にCustomScanって出てくるの、胸が熱くなるな。 #pgcon19j
1
1
9
EXPLAINで見るとCitusでCustomScan使っているのが分かる。 #pgcon19j
3
Asymmetric Partition-wise JOINはコミュニティに提案している。 #pgconfasia 自分のやりたい高速化のために、PostgreSQLコミュニティに機能提案できるというのは、やっぱり凄いなー。 (過去にもCustomScanとかも海外さんが提案してましたけど)
1
3
Replying to @fujii_masao
CustomScanとPluggae Storageがあれば、もしかしたらGreenPlumとかNettezaとかもforkせずに済んだのかも。Extensionで最新バージョンに追従しやすいのは大きいと思います。
1
2
2
On-memory Columnar Cache自体はかなり独立性の高い実装になるので、CustomScanモジュールとのペアで切り出す事はできると思う。 ただ、既にI/O済みである訳で、(AVX命令でも使わない限り)CPUではデータの配置が処理性能にめっちゃ効くわけじゃないからなぁ~

Replying to @taikik1222 @kkaigai
On-memory Columnar Cacheを実装したい、とのこと。これ、PostgreSQL本体に入れませんか?
1