Re: Next Generation of Language



mark.hoemmen@xxxxxxxxx wrote:

Intel's proposed 80-core architecture will have DRAM attached to each
core -- sort of how Cell has "local stores" attached to each SPE.
That's how they plan to solve the BW problem -- amortize it over all
the cores.

Don't we call that `cache' normally? (yes, I know, they'll be *big*
caches, but only big by today's standards, in the same sense that
today's machines have as much cache as yesterday's had main memory.)

.



Relevant Pages

  • Re: compilation and execution plan
    ... the proc plan doesn't exist and fir the first execution ... > if you empty the proc cache. ... > next execution SQL Server will need to REcompile that plan. ... >> exec MySP - sp:cachemiss, ...
    (microsoft.public.sqlserver.server)
  • Re: compilation and execution plan
    ... create the proc, the proc plan doesn't exist and fir the first execution you get a compilation. ... However, if you sp_recompile a table that the proc is using, the plan is still in cache and for the ...
    (microsoft.public.sqlserver.server)
  • Re: Prepared Statement vs. Stored Procedure
    ... some informtion of the performace advantage of stored procedure in SQL ... SQL Server creates compiled plans for ad-hoc SQL command batches, ... is samved in cache. ... An ad-hoc SQL statement may or may not have its plan ...
    (microsoft.public.sqlserver.programming)
  • Re: sys.dm_exec_procedure_stats
    ... there is only one plan cached for that stored proc at any given time. ... The first time you use a stored proc it is compiled and placed in the procedure cache. ... However, if SQL runs out of space in the procedure cache, it removes the plan of the least recently used stored proc. ... total elapsed time, in microseconds, for completed executions of this stored ...
    (microsoft.public.sqlserver.server)
  • Re: sharing memory map between processes (same parent)
    ... But I plan to do that when I have enough alternate ideas ... I think in practice the best you can do is ... | 'warm the cache' by getting the inode into memory. ... One risk if trying to warm cache is that too many I/O requests in a wider ...
    (comp.unix.programmer)