sqlperformance

    1熱度

    2回答

    說我有一個MySQL查詢像這樣: SELECT id, something, CASE colour WHEN 1 THEN 'not ripe' WHEN 2 THEN 'ripe' ELSE 'rotten' END AS 'ripeness' FROM fruit WHERE fruit_type = 'app

    0熱度

    1回答

    我有以下查詢,我想刪除管理部門中的3名員工。 Delete from Employee_tbl where emp_Id = 123 and emp_dep = 'Admin'; Delete from Employee_tbl where emp_Id = 456 and emp_dep = 'Admin'; Delete from Employee_tbl where emp_Id = 7

    3熱度

    3回答

    我有以下表結構: AuditUserMethods: +---------------+---------------+----------+ | ColumnName | DataType | Nullable | +---------------+---------------+----------+ | Id | INT | NOT NULL | | CreatedDate

    -3熱度

    2回答

    我使用MS SQL Server 2012中: 這兩個查詢是: 1: with cte as ( <some code> ) delete p from table p join cte on p.id=cte.id and p.date>cte.date 2: with cte as ( <some code> ) delete p from table p join ct

    0熱度

    1回答

    我想通過大量的變量選項來進行一些高級查詢的自動化SQL分析。什麼我希望做的是類似於以下 set statistics io on set statistics time on select * from MyTable set statistics time off set statistics io off --Somehow return the statistics for

    3熱度

    2回答

    摘要 我計劃存儲在SQL Azure數據庫與下面的模式牌照名單: 架構 CREATE TABLE [dbo].[events]( [id] [bigint] IDENTITY(1,1) NOT NULL, [dateTimeCreated] [datetime] NOT NULL, [registration] [varchar](14) NOT NULL ) ON

    1熱度

    1回答

    我有一個數百萬記錄表格,其中定義了一個整數主鍵。 我也有「黑名單」中沒有數以百萬計的ID。它們存儲在內存中(從磁盤上的文件讀取)。 我必須選擇不在黑名單中的記錄,即所有記錄的ID不在我的黑名單中。 我解決了這個問題,使用臨時表(單列:ID)插入不需要的ID,然後選擇其ID不在此表中的所有記錄。 我最關心的是性能: 插入如此多的紀錄臨時表。 選擇不在臨時表中的項目。 編輯 在我使用的是臨時表像這樣的

    0熱度

    1回答

    我有查詢,需要搜索3個表中的數據。 公司表= 280K行 PostIndex表= 3.1k行 CompanyCategory = 5行 查詢看起來是這樣的: query = '' associations = [:post_index, :company_category] Company.includes(associations).references(associations).wher

    2熱度

    1回答

    我正在運行MySql 5.6,並且我注意到,當我對服務器進行基準測試(在一段時間內並行執行幾百個查詢)時,m1.large aws實例的CPU利用率從未超過50% 。 我已在thread_cache變量設置爲50和max_connections 500當我執行從殼下面的命令, 中mysqladmin -u根-ppassword -r -i 1個分機| grep的由Threads_created 我

    0熱度

    2回答

    我有這樣的SQL查詢的SQL查詢的性能: IF NOT EXISTS (SELECT TOP 1 RowId FROM dbo.Cache AS C WHERE StringSearched = @pcpnpi AND colName = 'pcpnpi' AND ModifiedAt > (SELECT ModifiedAt